bug 修复 【佛山有轨电车仿真线路】区段操作有两个权限取消限速

This commit is contained in:
joylink_cuiweidong 2023-01-13 15:45:01 +08:00
parent e28b1f3337
commit 9c3cdd31d5

View File

@ -89,13 +89,6 @@ export default {
isDisabled: (sectionDevice, work) => false, isDisabled: (sectionDevice, work) => false,
isShow: (signal, work) => true isShow: (signal, work) => true
},
{
label: '全线取消限速',
handler: this.cancelSpeed,
cmdType:CMD.LimitControl.CMD_CANCEL_ALL_LIMIT_SPEED,
isDisabled: (signal, work) => false,
isShow: (sectionDevice, work) => work === 'dispatchWork'
} }
// Local: [ // Local: [
// // { // // {