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

This commit is contained in:
fan 2022-10-20 17:57:52 +08:00
commit 812ef04cbd

View File

@ -338,7 +338,10 @@ export default {
{label:['16', '19'].includes(this.$route.query.lineCode) ? '修改系统时间' : '按计划行车', name:'modifyOrDriving', click:this.modifyOrDriving, isShow:true },
{label:'初始化', name:'initialize', click:this.end, isShow:true},
{label:'联系方式', name:'contectUs', click:this.contectUs, isShow:true},
{label:'权限分发', name:'distribute', click:this.distribute, isShow:true},
{label:'成员管理', name:'memberManage', click:this.memberManage, isShow:true},
{label:'实训', name:'trainingPane', click:this.trainingPane, isShow:true},
{label:'切换客流数据', name:'changeFlowData', click:this.changeFlowData, isShow:true},
// {label:'', name:'distribute', click:this.distribute, isShow:true},
{label:this.$route.query.projectDevice ? '退出' : '返回', name:'backOrQuit', click:this.back, isShow:true }
],
deviceif:false,
@ -744,15 +747,22 @@ export default {
});
this.openBigLPF = window.open(routeData.href);
},
/** 权限分发 */
distribute() {
if (this.$refs) {
this.hideMenuList();
this.$refs.distribute.doShow({PermissionType:PermissionType.SIMULATION, mapId: this.$route.query.mapId, prdType: this.$route.query.prdType});
}
//
memberManage() {
this.$refs.memberManage.doShow();
},
/** 权限分发 */
// distribute() {
// if (this.$refs) {
// this.hideMenuList();
// this.$refs.distribute.doShow({PermissionType:PermissionType.SIMULATION, mapId: this.$route.query.mapId, prdType: this.$route.query.prdType});
// }
// },
QrCodeShow() {
},
trainingPane() {
},
changeFlowData() {
this.hideMenuList();