Commit a3f1492e by liuchenxi

update: 投放记录卡券状态

parent 122d7ac8
......@@ -70,7 +70,17 @@ export default {
const that = this;
return {
formatDateTimeByType,
cardStatusList: [{ value: 0, label: '全部卡券状态' }, { value: 3, label: '待领取' }, { value: 4, label: '待核销' }, { value: 5, label: ' 已核销' }, { value: 6, label: '已过期' }, { value: 7, label: '已销毁' }, { value: 8, label: '已占用' }], // eslint-disable-line
cardStatusList: [
{ value: 0, label: '全部卡券状态' },
{ value: 3, label: '待领取' },
{ value: 4, label: '待使用' },
{ value: 5, label: '已使用' },
{ value: 6, label: '已过期' },
{ value: 7, label: '已销毁' },
{ value: 8, label: '已占用' },
{ value: 9, label: '转赠中' },
{ value: 10, label: '已转赠' }
],
loading: false,
recordList: [],
receiveTime: ['', ''], // 领取时间
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment