修改角色管理页面

This commit is contained in:
guanj
2026-01-09 08:47:07 +08:00
parent 6c3037f19b
commit ab891e6125
12 changed files with 709 additions and 339 deletions

3
types/table.d.ts vendored
View File

@@ -15,6 +15,7 @@ declare global {
webPagingData: TableRow[][]
// 表格加载状态
loading: boolean
exportLoading: boolean
// 当前选中行
selection: TableRow[]
// 表格列定义
@@ -84,7 +85,7 @@ declare global {
) => string
children?: TableColumn[]
property?: string
clickable?: boolean // 是否可点击
clickable?: boolean // 是否可点击
}
/* 表格右侧操作按钮 */