|
|
@@ -188,16 +188,15 @@ const state = reactive({
|
|
|
data: [] as Array<any>,
|
|
|
loading: false,
|
|
|
columns: [
|
|
|
- {
|
|
|
- label: '活动名称', prop: 'activityName', resizable: true, width: 170, fixed: 'left'
|
|
|
- },
|
|
|
- {label: '活动时间', prop: 'period', resizable: true, width: 350},
|
|
|
- {label: '优惠券名称', prop: 'couponName', align: 'center', width: 230},
|
|
|
+ {label: '活动名称', prop: 'activityName', resizable: true, width: 180, fixed: 'left'},
|
|
|
+ {label: '优惠券发放/领取时间 ~ 失效时间', prop: 'period', resizable: true, width: 320},
|
|
|
+ {label: '优惠券ID', prop: 'couponId', align: 'center', width: 180},
|
|
|
+ {label: '优惠券名称', prop: 'couponName', align: 'center', width: 150},
|
|
|
{label: '用户ID', prop: 'userId', resizable: true, width: 130},
|
|
|
- {label: '手机号', prop: 'mobilePhone', resizable: true, width: 130},
|
|
|
- {label: '有效期(天)', prop: 'validity', resizable: true, width: 130},
|
|
|
- {label: '优惠券状态', prop: 'status', resizable: true, width: 130},
|
|
|
- {label: '使用状态', prop: 'usageStatus', resizable: true, width: 130},
|
|
|
+ {label: '手机号', prop: 'mobilePhone', resizable: true, width: 120},
|
|
|
+ {label: '有效期(天)', prop: 'validity', resizable: true, width: 120},
|
|
|
+ {label: '优惠券状态', prop: 'status', resizable: true, width: 110},
|
|
|
+ {label: '使用状态', prop: 'usageStatus', resizable: true, width: 110},
|
|
|
{label: '优惠允许叠加', prop: 'allowStacke', resizable: true, width: 130},
|
|
|
{label: '创建时间', prop: 'createTime', resizable: true, width: 180},
|
|
|
{label: '更新时间', prop: 'updateTime', resizable: true, width: 180},
|