This commit is contained in:
FLL
2025-08-25 15:06:10 +08:00
parent faababd9a4
commit 48ea62150d
6 changed files with 29 additions and 26 deletions

View File

@@ -61,5 +61,11 @@ export const modalSchema: FormSchemaGetter = () => [
label: '排序',
fieldName: 'sort',
component: 'InputNumber',
rules:'required',
componentProps: {
min: 0,
precision: 0,
step: 1
},
},
];