feat:【antd】【ele】【member 会员】level 迁移 ele

This commit is contained in:
YunaiV
2025-10-07 10:30:24 +08:00
parent 2f6e7ced5e
commit ba47b627c8
8 changed files with 68 additions and 19 deletions

View File

@@ -11,6 +11,7 @@ export namespace MemberLevelApi {
icon: string;
bgUrl: string;
status: number;
createTime?: Date;
}
}

View File

@@ -71,7 +71,7 @@ export function useFormSchema(): VbenFormSchema[] {
},
{
fieldName: 'backgroundUrl',
label: '背景图',
label: '等级背景图',
component: 'ImageUpload',
},
{

View File

@@ -26,7 +26,7 @@ const [Form, formApi] = useVbenForm({
componentProps: {
class: 'w-full',
},
formItemClass: 'col-span-1',
formItemClass: 'col-span-2',
labelWidth: 110,
},
layout: 'horizontal',