feat:岗位 post 的实现 100%(export 功能)
parent
d0cb103014
commit
2629d2df38
|
@ -48,7 +48,7 @@ export function useFormSchema(): VbenFormSchema[] {
|
|||
optionType: 'button',
|
||||
},
|
||||
fieldName: 'status',
|
||||
label: '岗位岗位',
|
||||
label: '岗位状态',
|
||||
rules: z.number().default(CommonStatusEnum.ENABLE),
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue