Merge branch 'master' of https://git.code.tencent.com/beijing-rtss-test/bj-rtss-client
This commit is contained in:
commit
f566a47718
@ -717,7 +717,7 @@ export class TrainOperateInteraction extends GraphicInteractionPlugin<Train> {
|
||||
removeTrainConfig.handler = () => {
|
||||
Dialog.create({
|
||||
title: '确认',
|
||||
message: '确认清除所有列车吗?',
|
||||
message: `确认清除【${train.states.id}】列车吗?`,
|
||||
cancel: true,
|
||||
}).onOk(async () => {
|
||||
removeTrain({
|
||||
|
Loading…
Reference in New Issue
Block a user