diff --git a/apps/web-antd/src/views/system/post/data.ts b/apps/web-antd/src/views/system/post/data.ts index 268bb664d..50e1621b1 100644 --- a/apps/web-antd/src/views/system/post/data.ts +++ b/apps/web-antd/src/views/system/post/data.ts @@ -48,7 +48,7 @@ export function useFormSchema(): VbenFormSchema[] { optionType: 'button', }, fieldName: 'status', - label: '岗位岗位', + label: '岗位状态', rules: z.number().default(CommonStatusEnum.ENABLE), }, {