代码调整
This commit is contained in:
parent
93cfeffbc5
commit
863448fb4a
@ -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},
|
||||||
|
@ -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
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user