reactor:【system 系统管理】menu 进一步统一代码风格

This commit is contained in:
YunaiV
2025-09-08 22:53:18 +08:00
parent 3564c123a1
commit 2becb1b09d
6 changed files with 33 additions and 70 deletions

View File

@@ -46,7 +46,6 @@ export function useFormSchema(): VbenFormSchema[] {
component: 'Input',
rules: 'required',
},
// TODO @xingyu【重要】这个字段出不来
{
fieldName: 'deptId',
label: '归属部门',
@@ -228,7 +227,6 @@ export function useImportFormSchema(): VbenFormSchema[] {
rules: 'required',
help: '仅允许导入 xls、xlsx 格式文件',
},
// TODO @xingyu【重要】看不到 switch 这个按钮
{
fieldName: 'updateSupport',
label: '是否覆盖',