fix: 字段错误

This commit is contained in:
dap 2024-09-25 21:08:56 +08:00
parent 245e14ec34
commit 683603ae19

View File

@ -98,7 +98,7 @@ export const drawerSchema: FormSchemaGetter = () => [
optionType: 'button',
},
defaultValue: '0',
fieldName: 'postStatus',
fieldName: 'status',
label: '岗位状态',
rules: 'required',
},