From 2629d2df3803fb94a704046601f336ac9a21c0e7 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 29 Mar 2025 20:07:01 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=B2=97=E4=BD=8D=20post=20?= =?UTF-8?q?=E7=9A=84=E5=AE=9E=E7=8E=B0=20100%=EF=BC=88export=20=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/system/post/data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), }, {