Commit a79fb4ef by caoyanzhi

update: 卡券选择类型

parent 44430f0a
......@@ -103,7 +103,8 @@ export default {
{ value: null, label: '全部' },
{ value: 0, label: '抵金券' },
{ value: 1, label: '折扣券' },
{ value: 2, label: '兑换券' }
{ value: 2, label: '兑换券' },
{ value: 3, label: '商场抵金券' }
],
listParams: {
searchParam: '',
......
......@@ -101,7 +101,8 @@ export default {
{ value: null, label: '全部' },
{ value: 0, label: '抵金券' },
{ value: 1, label: '折扣券' },
{ value: 2, label: '兑换券' }
{ value: 2, label: '兑换券' },
{ value: 3, label: '商场抵金券' }
],
listParams: {
searchParam: '',
......
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