代码调整

This commit is contained in:
dong 2022-12-09 09:44:50 +08:00
parent 68dd872c41
commit bae7270755

View File

@ -114,34 +114,42 @@ export default {
children: [
{
title: '登录',
show: true,
click: this.login
},
{
title: '注销',
show: true,
click: this.work == 'localWork' ? this.undeveloped : this.logout
},
{
title: '登录转移',
show: true,
click: this.undeveloped
},
{
title: '区域分配',
show: true,
click: this.undeveloped
},
{
title: '员工管理',
show: true,
click: this.undeveloped
},
{
title: '职位功能划分',
show: true,
click: this.undeveloped
},
{
title: '用户概况',
show: true,
click: this.undeveloped
},
{
title: '登录概览',
show: true,
click: this.undeveloped
}
]