diff --git a/apps/web-antd/src/views/system/post/data.ts b/apps/web-antd/src/views/system/post/data.ts index d70b159f..df523734 100644 --- a/apps/web-antd/src/views/system/post/data.ts +++ b/apps/web-antd/src/views/system/post/data.ts @@ -98,7 +98,7 @@ export const drawerSchema: FormSchemaGetter = () => [ optionType: 'button', }, defaultValue: '0', - fieldName: 'postStatus', + fieldName: 'status', label: '岗位状态', rules: 'required', },