feat:【antd】【member 会员】完成 level-form 的迁移与 bugfix

This commit is contained in:
YunaiV
2025-10-07 14:26:35 +08:00
parent d53e1f0397
commit 3f1e48de54
2 changed files with 11 additions and 7 deletions

View File

@@ -318,15 +318,15 @@ export function useLevelFormSchema(): VbenFormSchema[] {
},
},
{
fieldName: 'point',
fieldName: 'levelId',
label: '用户等级',
component: 'ApiSelect',
componentProps: {
api: () => getSimpleLevelList(),
fieldNames: { label: 'name', value: 'id' },
placeholder: '请选择用户等级',
allowClear: true,
},
rules: 'required',
},
{
fieldName: 'reason',