REVIEW 用户管理(调整布局)

This commit is contained in:
YunaiV
2023-03-30 22:59:29 +08:00
parent 854bf851e8
commit 1434cdabe0
2 changed files with 215 additions and 224 deletions

View File

@ -91,7 +91,7 @@ const formRules = reactive({
const formRef = ref() // 表单 Ref
const menuOptions = ref<any[]>([]) // 树形结构数据
const menuExpand = ref(false) // 展开/折叠
const treeRef = ref<ElTree>() // 树组件 Ref
const treeRef = ref<InstanceType<typeof ElTree>>() // 树组件 Ref
const treeNodeAll = ref(false) // 全选/全不选
/** 打开弹窗 */