修改excil权限的名字
This commit is contained in:
@@ -100,7 +100,7 @@ export default defineComponent({
|
||||
},
|
||||
{
|
||||
name:'Report Exporting',
|
||||
code:'MI_TU_EXPORT',
|
||||
code:'REPORT_EXPORTING',
|
||||
route:'/home/exportExcil',
|
||||
icon:'icon-xiazaiwenjian',
|
||||
key:'/home/exportExcil',
|
||||
@@ -181,7 +181,6 @@ export default defineComponent({
|
||||
for(let menu of menuList){
|
||||
|
||||
if(role.code === menu.code){
|
||||
console.log(menu,role);
|
||||
menu.isShow = role.select == 1 ? true :false
|
||||
if(role.operationList){
|
||||
menu.operationList = role.operationList
|
||||
|
||||
Reference in New Issue
Block a user