解决按钮权限覆盖的问题,权限展示所有菜单,角色修改时回显子节点勾选的问题,统计分析生命周期获取数据接口问题

This commit is contained in:
ym1026
2025-11-12 14:13:10 +08:00
parent ac17c41900
commit 450aff0eff
8 changed files with 227 additions and 249 deletions

View File

@@ -534,6 +534,13 @@ export const roleOptions = [
tableData: [],
selectTableData: [],
columns: [
{
title: '操作',
dataIndex: 'action',
key: 'action',
align: 'center',
scopedSlots: { customRender: 'action' }
},
{
title: '名称',
dataIndex: 'name',