From 083f1419dee9e7a489c22c5afd2c5b7d84247433 Mon Sep 17 00:00:00 2001 From: Apple <> Date: Mon, 7 Nov 2022 15:25:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E4=BC=98=E6=83=A0?= =?UTF-8?q?=E5=88=B8=E5=88=97=E8=A1=A8=E5=8D=B7=E6=80=BB=E6=95=B0->?= =?UTF-8?q?=E5=88=B8=E6=80=BB=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/coupon/list/index.jsx | 2 +- src/pages/plan/add/step2.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/coupon/list/index.jsx b/src/pages/coupon/list/index.jsx index bbeedfb2..b35153a7 100644 --- a/src/pages/coupon/list/index.jsx +++ b/src/pages/coupon/list/index.jsx @@ -83,7 +83,7 @@ const tableColumn = [ name: "status", }, { - title: "卷总数(已发放)", + title: "券总数(已发放)", width: "auto", type: "normal", prop: "quantity", diff --git a/src/pages/plan/add/step2.js b/src/pages/plan/add/step2.js index babcb0a8..989f2734 100644 --- a/src/pages/plan/add/step2.js +++ b/src/pages/plan/add/step2.js @@ -106,7 +106,7 @@ export default class acclist extends React.Component { rankoptions: [], tempdata: [], distdata: [], - couponData: [] /* 优惠卷数据 */, + couponData: [] /* 优惠券数据 */, column_distdata: [], exceldata: [], oldData: null,