| | |
| | | label-width="auto" |
| | | :content="formContent" |
| | | readonly |
| | | class="readonly-form" |
| | | /> |
| | | <div class="base-page-wrapper__line"></div> |
| | | <el-bus-title title="兑换记录" size="small" /> |
| | |
| | | return `${row.usageTimeNum}${row.usageTimeTypeName}` |
| | | }, |
| | | }, |
| | | { label: '库存:', id: 'couponAmount' }, |
| | | { label: '发放数量:', id: 'couponAmount' }, |
| | | { label: '已兑换:', id: 'getNum' }, |
| | | { label: '库存:', id: 'unGetNum' }, |
| | | { label: '积分数量:', id: 'point' }, |
| | | ], |
| | | }, |
| | | ], |
| | | recordTableConfig: { |
| | | ...recordTableConfig(this.$route.params.id), |
| | | columns: [...couponRecordColumn()], |
| | | columns: [...couponRecordColumn('兑换时间')], |
| | | }, |
| | | } |
| | | }, |
| | | head() { |
| | | return { |
| | | title: '会员优惠券详情', |
| | | title: '积分优惠券详情', |
| | | } |
| | | }, |
| | | } |