| | |
| | | type: 'row', |
| | | items: [ |
| | | ...couponForm(), |
| | | { label: '总数:', id: 'couponAmount', type: 'input' }, |
| | | { label: '发放数量:', id: 'couponAmount', type: 'input' }, |
| | | { label: '每人限领:', id: 'getLimit', type: 'input' }, |
| | | { label: '已领取:', id: 'getNum', type: 'input' }, |
| | | { label: '剩余:', id: 'unGetNum', type: 'input' }, |
| | | { label: '领取渠道:', id: 'getTypeName', type: 'input' }, |
| | | { |
| | | label: '领取时间:', |
| | | id: 'getStartDate', |
| | |
| | | ], |
| | | recordTableConfig: { |
| | | ...recordTableConfig(this.$route.params.id), |
| | | columns: [...couponRecordColumn()], |
| | | columns: [...couponRecordColumn('领取时间')], |
| | | }, |
| | | } |
| | | }, |