feat:【antd】【mall】商城活动优化

This commit is contained in:
puhui999
2025-12-01 18:37:05 +08:00
parent df7135b288
commit a5b51f45da
18 changed files with 149 additions and 59 deletions

View File

@@ -106,10 +106,10 @@ export function useFormSchema(): VbenFormSchema[] {
},
},
{
// TODO <!-- TODO @puhui999这里缺少商品的选择 -->
fieldName: 'spuId',
label: '拼团商品',
component: 'Input',
rules: 'required',
},
];
}