refactor: 重构用户管理搜索栏(支持多条件展开及折叠)

This commit is contained in:
2024-10-13 11:00:44 +08:00
parent ff879405d7
commit 50a6d17516
11 changed files with 98 additions and 42 deletions

View File

@@ -33,7 +33,7 @@ const title = computed(() => (isUpdate.value ? '修改部门' : '新增部门'))
const formRef = ref<InstanceType<typeof GiForm>>()
const options: Options = {
form: {},
form: { size: 'large' },
col: { xs: 24, sm: 24, md: 24, lg: 24, xl: 24, xxl: 24 },
btns: { hide: true }
}