fix:修复优惠券列表卷总数->券总数

This commit is contained in:
Apple 2022-11-07 15:25:50 +08:00
parent 362edb14be
commit 083f1419de
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ const tableColumn = [
name: "status", name: "status",
}, },
{ {
title: "总数(已发放)", title: "总数(已发放)",
width: "auto", width: "auto",
type: "normal", type: "normal",
prop: "quantity", prop: "quantity",

View File

@ -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,