From 8ee7fe1d05a503078cdae9917ab61da18b82f60f Mon Sep 17 00:00:00 2001 From: jyt <1592211625@qq.com> Date: Fri, 20 May 2022 15:10:00 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=96=87=E6=9C=AC=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=AE=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Receive/index.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/Receive/index.vue b/src/views/Receive/index.vue index 8279435..83e864b 100644 --- a/src/views/Receive/index.vue +++ b/src/views/Receive/index.vue @@ -832,7 +832,6 @@ export default { textItself: "", //原词内容 Acquirecustomerintentlist2: [], //校准列表 dialogFormtext: false, - optimizetextTemp: [], optimizetext: [], //文本优化list optimizeobj: {}, //文本优化obj textarea: "", @@ -1220,14 +1219,12 @@ export default { texttap() { this.optimizeobj = {}; this.optimizetext = []; - this.optimizetextTemp = []; this.$api.http .findText({ corpusId: this.arr[this.aplayerId].id }) .then((res) => { console.log(res, "获取文本"); this.optimizeobj = res.data; this.optimizetext = JSON.parse(res.data.textContent); - this.optimizetextTemp = JSON.parse(res.data.textContent); this.dialogFormtext = true; }); }, From 17d4fe7637623733e9694a44fd5cd401ae0a966f Mon Sep 17 00:00:00 2001 From: jyt <1592211625@qq.com> Date: Fri, 20 May 2022 19:01:34 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E7=A6=85=E9=81=93bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Statistics/BuildingContrast.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Statistics/BuildingContrast.vue b/src/views/Statistics/BuildingContrast.vue index 3fbb356..d434b0d 100644 --- a/src/views/Statistics/BuildingContrast.vue +++ b/src/views/Statistics/BuildingContrast.vue @@ -350,7 +350,7 @@ export default { } }, 0); // sums[index] += ' 元'; - if (index === 7) { + if (index === 2) { sums[index] += '%'; return; } @@ -360,7 +360,7 @@ export default { } } }); - sums[1] = 'N/A'; + sums[1] = ' '; return sums; }, downLoad() { From 1306fbfba6a48f14f488f0b44f0686aafbbe235a Mon Sep 17 00:00:00 2001 From: jyt <1592211625@qq.com> Date: Mon, 23 May 2022 18:31:40 +0800 Subject: [PATCH 3/3] =?UTF-8?q?0126=E9=80=80=E5=9B=9E=E5=8E=BB=E7=9A=84?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/wel.vue | 126 ++++++++++-------- src/views/Customer/index.vue | 14 +- src/views/ReceivingRecords/index.vue | 8 +- src/views/Statistics/BuildingContrast.vue | 42 +++--- src/views/Statistics/ConsultantBrand.vue | 12 +- src/views/Statistics/ReceptionOverview.vue | 4 +- src/views/Statistics/ReceptionStatistical.vue | 28 ++-- src/views/Statistics/trend.vue | 102 +++++++------- src/views/building/Count.vue | 85 ++++++------ src/views/houseData/count.vue | 20 +-- 10 files changed, 223 insertions(+), 218 deletions(-) diff --git a/src/page/wel.vue b/src/page/wel.vue index 0952ef2..1ae6759 100644 --- a/src/page/wel.vue +++ b/src/page/wel.vue @@ -32,33 +32,13 @@