修改菜单+权限+图表渲染

This commit is contained in:
ym1026
2025-09-11 19:01:01 +08:00
parent 45ff73c295
commit 506c2e98f2
26 changed files with 1069 additions and 527 deletions

View File

@@ -87,6 +87,8 @@ export const columnList = [
title: '关联权限',
dataIndex: 'permission',
key: 'permission',
ellipsis: true,
scopedSlots: { customRender: 'permission' }
},
{
@@ -581,7 +583,7 @@ export const roleOptions = [
dataIndex: 'is_view',
key: 'is_view',
align: 'center',
scopedSlots: { customRender: 'isQuery' }
scopedSlots: { customRender: 'is_view' }
}
]
},