feat:岗位 post 的实现 100%(export 功能)

pull/62/head
YunaiV 2025-03-29 20:07:01 +08:00
parent d0cb103014
commit 2629d2df38
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ export function useFormSchema(): VbenFormSchema[] {
optionType: 'button',
},
fieldName: 'status',
label: '岗位岗位',
label: '岗位状态',
rules: z.number().default(CommonStatusEnum.ENABLE),
},
{