Merge branch 'test' of git.code.tencent.com:lian-cbtc/jl-client into yly_responder_batch

This commit is contained in:
yuan 2021-06-10 10:01:46 +08:00
commit 2bef634a07

View File

@ -127,7 +127,9 @@ export default {
label: '切换驾驶模式', label: '切换驾驶模式',
children: [ children: [
{ {
label: '转URM模式', // label: 'URM',
// 西URMNRM
label: '转NRM模式',
handler: this.handleApplyUrmMode handler: this.handleApplyUrmMode
}, },
{ {
@ -135,7 +137,9 @@ export default {
handler: this.handleApplyRmMode handler: this.handleApplyRmMode
}, },
{ {
label: '转CM模式', // label: 'CM',
// 西CMSM
label: '转SM模式',
handler: this.handleApplyCmMode handler: this.handleApplyCmMode
}, },
{ {