代码调整
This commit is contained in:
parent
85e0abea4a
commit
090b07bb41
@ -339,6 +339,8 @@ export default {
|
|||||||
{label:'初始化', name:'initialize', click:this.end, isShow:true},
|
{label:'初始化', name:'initialize', click:this.end, isShow:true},
|
||||||
{label:'联系方式', name:'contectUs', click:this.contectUs, isShow:true},
|
{label:'联系方式', name:'contectUs', click:this.contectUs, isShow:true},
|
||||||
{label:'成员管理', name:'memberManage', click:this.memberManage, 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:'权限分发', name:'distribute', click:this.distribute, isShow:true},
|
||||||
{label:this.$route.query.projectDevice ? '退出' : '返回', name:'backOrQuit', click:this.back, isShow:true }
|
{label:this.$route.query.projectDevice ? '退出' : '返回', name:'backOrQuit', click:this.back, isShow:true }
|
||||||
],
|
],
|
||||||
@ -758,6 +760,9 @@ export default {
|
|||||||
// },
|
// },
|
||||||
QrCodeShow() {
|
QrCodeShow() {
|
||||||
|
|
||||||
|
},
|
||||||
|
trainingPane() {
|
||||||
|
|
||||||
},
|
},
|
||||||
changeFlowData() {
|
changeFlowData() {
|
||||||
this.hideMenuList();
|
this.hideMenuList();
|
||||||
|
Loading…
Reference in New Issue
Block a user