大铁显示司机视角客户端

This commit is contained in:
dong 2023-01-18 16:50:42 +08:00
parent 1127412fbb
commit 61d9307195

View File

@ -140,7 +140,7 @@ export default {
name: '司机视角', name: '司机视角',
code: 'drivingPlan', code: 'drivingPlan',
roleList: ['DRIVER'], roleList: ['DRIVER'],
isShow: () => this.$route.query.simType === 'METRO', isShow: () => this.$route.query.simType === 'METRO' || this.$route.query.simType === 'RAILWAY',
click: this.changePictureShow click: this.changePictureShow
}, },
{ {