refactor: 排序 默认值

This commit is contained in:
dap
2025-06-04 19:49:03 +08:00
parent 703586123a
commit a53b9382f5
4 changed files with 4 additions and 0 deletions

View File

@@ -95,6 +95,7 @@ export const drawerSchema: FormSchemaGetter = () => [
fieldName: 'orderNum',
label: '显示排序',
rules: 'required',
defaultValue: 0,
},
{
component: 'Input',