reactor:【system 系统管理】menu 进一步统一代码风格
This commit is contained in:
@@ -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: '是否覆盖',
|
||||
|
||||
Reference in New Issue
Block a user