Skip to content

Commit 870a1c4

Browse files
committed
【添加】列表添加优惠类型字段
1 parent 48e78c3 commit 870a1c4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/views/mall/promotion/discountActivity/discountActivity.data.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,17 @@ const crudSchemas = reactive<CrudSchema[]>([
7272
width: 120
7373
}
7474
},
75+
{
76+
label: '优惠类型',
77+
field: 'discountType',
78+
dictType: DICT_TYPE.PROMOTION_DISCOUNT_TYPE,
79+
dictClass: 'number',
80+
isSearch: true,
81+
form: {
82+
component: 'Radio',
83+
value: 1
84+
}
85+
},
7586
{
7687
label: '活动商品',
7788
field: 'spuId',

0 commit comments

Comments
 (0)