| | |
| | | formatter: getActivityEffectiveTime, |
| | | minWidth: 320, |
| | | }, |
| | | { label: '领取渠道', prop: 'getTypeName', minWidth: 120 }, |
| | | { label: '已领取总数', prop: 'getNum', minWidth: 150 }, |
| | | { label: '剩余未领取总数', prop: 'unGetNum', minWidth: 150 }, |
| | | { label: '状态', prop: 'statusName', minWidth: 120 }, |
| | |
| | | searchForm: [ |
| | | { |
| | | type: 'row', |
| | | items: [...couponSearchForm()], |
| | | items: [...couponSearchForm(), |
| | | { |
| | | label: '领取渠道:', |
| | | id: 'getType', |
| | | type: 'bus-select-dict', |
| | | el: { |
| | | code: 'COUPON_GET_TYPE', |
| | | style: 'width:100%', |
| | | }, |
| | | }, |
| | | ], |
| | | }, |
| | | |
| | | ], |
| | | form: [ |
| | | ...couponForm(), |