fix:修复优惠券列表卷总数->券总数
This commit is contained in:
parent
362edb14be
commit
083f1419de
|
@ -83,7 +83,7 @@ const tableColumn = [
|
|||
name: "status",
|
||||
},
|
||||
{
|
||||
title: "卷总数(已发放)",
|
||||
title: "券总数(已发放)",
|
||||
width: "auto",
|
||||
type: "normal",
|
||||
prop: "quantity",
|
||||
|
|
|
@ -106,7 +106,7 @@ export default class acclist extends React.Component {
|
|||
rankoptions: [],
|
||||
tempdata: [],
|
||||
distdata: [],
|
||||
couponData: [] /* 优惠卷数据 */,
|
||||
couponData: [] /* 优惠券数据 */,
|
||||
column_distdata: [],
|
||||
exceldata: [],
|
||||
oldData: null,
|
||||
|
|
Loading…
Reference in New Issue