添加运行图测试客户端

This commit is contained in:
joylink_fanyuhong 2024-06-18 15:36:57 +08:00
parent 37e0779d23
commit 916bc645ed

View File

@ -369,6 +369,11 @@ export default {
name: '列车PIS',
code: 'pisTrain',
isShow: () => type === 'METRO'
},
{
name: '运行图测试',
code: 'testRunplan',
isShow: () => type === 'METRO'
}
];
const terminalList = commonTerminals(type);