添加运行图测试客户端
This commit is contained in:
parent
37e0779d23
commit
916bc645ed
@ -369,6 +369,11 @@ export default {
|
|||||||
name: '列车PIS',
|
name: '列车PIS',
|
||||||
code: 'pisTrain',
|
code: 'pisTrain',
|
||||||
isShow: () => type === 'METRO'
|
isShow: () => type === 'METRO'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: '运行图测试',
|
||||||
|
code: 'testRunplan',
|
||||||
|
isShow: () => type === 'METRO'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
const terminalList = commonTerminals(type);
|
const terminalList = commonTerminals(type);
|
||||||
|
Loading…
Reference in New Issue
Block a user