review:【mall 商城】promotion 相关代码

This commit is contained in:
YunaiV
2025-09-02 20:59:21 +08:00
parent bb97aca0be
commit 5e85efb23e
7 changed files with 17 additions and 15 deletions

View File

@@ -43,7 +43,7 @@ export function useFormSchema(): VbenFormSchema[] {
label: '优惠券描述',
component: 'Textarea',
},
// TODO
// TODO @xingyu不同的优惠不同的选择
{
fieldName: 'productScope',
label: '优惠类型',
@@ -63,6 +63,7 @@ export function useFormSchema(): VbenFormSchema[] {
},
rules: 'required',
},
// TODO @xingu不同的有效期不同的类型
{
fieldName: 'validityType',
label: '有效期类型',