|
|
@@ -175,10 +175,10 @@ const state = reactive({
|
|
|
},
|
|
|
{label: '券种', prop: 'couponType', resizable: true, width: 130},
|
|
|
{label: '活动时间', prop: 'period', resizable: true, width: 350},
|
|
|
- // {label: '结束时间', prop: 'endTime', resizable: true, width: 150},
|
|
|
{label: '优惠券描述', prop: 'couponDesc', align: 'center', width: 330},
|
|
|
{label: '服务费门槛(元)', prop: 'minServiceMoney', resizable: true, width: 180},
|
|
|
{label: '折扣', prop: 'discount', resizable: true, width: 130},
|
|
|
+ {label: '已领取/发放数量', prop: 'claimedQuantity', resizable: true, width: 140},
|
|
|
// {label: '优惠允许叠加', prop: 'allowStacke', resizable: true, width: 130},
|
|
|
// {label: '数量限制', prop: 'quantity', resizable: true, width: 130},
|
|
|
{label: '创建时间', prop: 'createTime', resizable: true, width: 180},
|