Commit 1f8916d7 by liuchenxi

update: 卡券状态

parent 5812cf0b
......@@ -142,7 +142,17 @@ export default {
dateTimeCopy: [],
dateTime2: ['', ''],
// limit: false, // 限制筛选时间前后七天
cardStatusOptions: [{ value: '', label: '全部卡券状态' }, { value: 4, label: '待核销' }, { value: 5, label: '已核销' }, { value: 6, label: '已过期' }, { value: 7, label: '已销毁' }, { value: 8, label: '已占用' }], // eslint-disable-line
cardStatusOptions: [
{ value: '', 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: '已转赠' }
],
recordLoading: false,
recordList: [],
listParams: {
......
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