pages/marketing/coupon/member/_id.vue
@@ -33,7 +33,7 @@ type: 'row', items: [ ...couponForm(), { label: '已发放总数:', id: 'todo' }, { label: '已发放总数:', id: 'getNum' }, { label: '有效期:', id: 'usageStartDate', @@ -49,7 +49,7 @@ ], recordTableConfig: { ...recordTableConfig(this.$route.params.id), columns: [...couponRecordColumn()], columns: [...couponRecordColumn('发放时间')], }, } },