Merge branch 'couponV2.0' of https://codeup.aliyun.com/5f9118049cffa29cfdd3be1c/marketing/frontend into couponV2.0
This commit is contained in:
commit
aebc2afc9a
|
@ -83,7 +83,7 @@ const tableColumn = [
|
||||||
name: "status",
|
name: "status",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "卷总数(已发放)",
|
title: "券总数(已发放)",
|
||||||
width: "auto",
|
width: "auto",
|
||||||
type: "normal",
|
type: "normal",
|
||||||
prop: "quantity",
|
prop: "quantity",
|
||||||
|
|
|
@ -106,7 +106,7 @@ export default class acclist extends React.Component {
|
||||||
rankoptions: [],
|
rankoptions: [],
|
||||||
tempdata: [],
|
tempdata: [],
|
||||||
distdata: [],
|
distdata: [],
|
||||||
couponData: [] /* 优惠卷数据 */,
|
couponData: [] /* 优惠券数据 */,
|
||||||
column_distdata: [],
|
column_distdata: [],
|
||||||
exceldata: [],
|
exceldata: [],
|
||||||
oldData: null,
|
oldData: null,
|
||||||
|
|
Loading…
Reference in New Issue