mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
修改菜单+权限+图表渲染
This commit is contained in:
@@ -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' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user