feat:【antd】【mall】拼团活动商品选择优化

This commit is contained in:
puhui999
2025-12-14 14:59:24 +08:00
parent 47dfccd9eb
commit f849f3ad3d
2 changed files with 175 additions and 31 deletions

View File

@@ -105,13 +105,6 @@ export function useFormSchema(): VbenFormSchema[] {
options: getDictOptions(DICT_TYPE.INFRA_BOOLEAN_STRING, 'boolean'),
},
},
// TODO @puhui999这里交互不太对可以对比下 element-plus 版本呢
{
fieldName: 'spuId',
label: '拼团商品',
component: 'Input',
rules: 'required',
},
];
}