From 0594777ee2fc76994100e19e0c5fd9559180b35a Mon Sep 17 00:00:00 2001 From: zhouxinyu1029 <1029967313@qq.com> Date: Mon, 18 Mar 2024 16:39:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=94=80=E5=95=86=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/distributor/list/list.js | 4 ++-- src/pages/plan/add/step1.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/distributor/list/list.js b/src/pages/distributor/list/list.js index 911aa931..5c90e0b6 100644 --- a/src/pages/distributor/list/list.js +++ b/src/pages/distributor/list/list.js @@ -64,14 +64,14 @@ const Column = [ width: "auto" }, { - title: "用户余额", + title: "用户余额(元)", name: "balance", type: "normal", prop: "balance", width: "auto" }, { - title: "授信", + title: "授信(元)", name: "extension", type: "normal", prop: "extension", diff --git a/src/pages/plan/add/step1.js b/src/pages/plan/add/step1.js index 4af520c8..3c81a470 100644 --- a/src/pages/plan/add/step1.js +++ b/src/pages/plan/add/step1.js @@ -205,7 +205,7 @@ export default class accList extends React.Component { data.type = parseInt(this.state.model.type) data.return_type = 1 data.reseller_id = this.state.model.reseller.key - data.reseller_name = this.state.model.reseller.text + data.reseller_name = this.state.model.reseller._text data.begin_time = this.state.model.date_time[0] data.end_time = this.state.model.date_time[1] @@ -311,7 +311,7 @@ export default class accList extends React.Component { if (res.code === 200) { const { id, name } = res.data e.key = id - e.text = name + e._text = name this.props.onGetDirectResellerId(e) let model2 = this.state.model model2.reseller = e