1.优化角色管理页面/system/role中角色级别排序
This commit is contained in:
@@ -125,6 +125,10 @@
|
||||
} = useTable({
|
||||
core: {
|
||||
apiFn: api.list,
|
||||
apiParams: {
|
||||
orderField: 'level',
|
||||
orderType: 'desc'
|
||||
},
|
||||
columnsFactory: () => [
|
||||
{ prop: 'id', label: 'table.columns.common.no', minWidth: 60, align: 'center' },
|
||||
{ prop: 'name', label: 'page.table.roleName', minWidth: 120 },
|
||||
|
||||
Reference in New Issue
Block a user