代码调整

This commit is contained in:
joylink_cuiweidong 2022-10-28 18:34:09 +08:00
parent 93cfeffbc5
commit 863448fb4a
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ export default {
{ {
name: '数字沙盘', name: '数字沙盘',
code: 'digitalStand', code: 'digitalStand',
roleList: ['STATION_SUPERVISOR'], roleList: ['STATION_SUPERVISOR', 'DISPATCHER'],
click: this.noEvent click: this.noEvent
}, },
{ // {label:'', name:'messageBoard', click:this.messageBoard, isShow:false}, { // {label:'', name:'messageBoard', click:this.messageBoard, isShow:false},

View File

@ -110,7 +110,7 @@ export default {
{ {
name: '数字沙盘', name: '数字沙盘',
code: 'digitalStand', code: 'digitalStand',
roleList: ['STATION_SUPERVISOR'], roleList: ['STATION_SUPERVISOR', 'DISPATCHER'],
click: this.changePictureShow click: this.changePictureShow
}, },
{ {