refactor: 重构角色管理

This commit is contained in:
2025-02-06 20:25:52 +08:00
parent 1c743fb097
commit cfa20ac765
19 changed files with 1037 additions and 713 deletions

View File

@@ -219,7 +219,7 @@ onUnmounted(() => {
overflow: hidden;
:deep(.arco-table-border .arco-table-container) {
border: none;
// do nothing
}
}

View File

@@ -94,11 +94,13 @@ const emit = defineEmits<{
interface Props {
multiple?: boolean
value: string | string[]
excludeValue?: string[]
}
// 查询表单
const queryForm = reactive<UserQuery>({
sort: ['t1.createTime,desc', 't1.id,desc'],
excludeUserIds: props.excludeValue,
})
// 用户列表