From 3acbe8f574579a561e7ce2976d96dce238aa5498 Mon Sep 17 00:00:00 2001 From: corala <18339694416@163.com> Date: Wed, 4 Jan 2023 14:36:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Template/requireminingAnalysis.vue | 2509 +++++++++--------- src/views/Template/taboo.vue | 4 +- 2 files changed, 1306 insertions(+), 1207 deletions(-) diff --git a/src/views/Template/requireminingAnalysis.vue b/src/views/Template/requireminingAnalysis.vue index 2560c58..cb6dc1b 100644 --- a/src/views/Template/requireminingAnalysis.vue +++ b/src/views/Template/requireminingAnalysis.vue @@ -1,1289 +1,1386 @@ + + + + + +
+
+ + +
+
+ + + + + + + + + + + - +
-
异常执行
-
- - 挖掘率下跌 - 未执行 - -
- 导出 -
+
需求类型挖掘执行排行
+
+
+ + + + + 导出
-
- - - - - - - - - - - - - +
+
+ +
+ + + + + + + + + + + + + +
+
+ +
+
异常执行
+
+ + 挖掘率下跌 + 未执行 + +
+ 导出
+
+
+ + + + + + + + + + + + + +
-
需求挖掘话术执行明细
-
- 有效接待: {{activeCustomer || 0}}条 -
- 导出 -
+
需求挖掘话术执行明细
+
+ 有效接待: {{ activeCustomer || 0 }}条 +
+ 导出
-
- +
+ + + + + + + + + + + +
+
+ - - - - - - - - - - -
-
- - -
-
+
+
+
-
+
- diff --git a/src/views/Template/taboo.vue b/src/views/Template/taboo.vue index ff98b10..f406947 100644 --- a/src/views/Template/taboo.vue +++ b/src/views/Template/taboo.vue @@ -728,6 +728,7 @@ export default { this.ruleForm.id = row.id; this.dialogVisible = true; this.ruleForm.words = row.words; + this.ruleForm.sceneDesc = row.desc; this.editFlag = true; }, @@ -749,7 +750,7 @@ export default { .tabooadd({ houseId: this.houseId, words: this.ruleForm.words, - sceneDesc: this.ruleForm.sceneDesc// 场景描述 + desc: this.ruleForm.sceneDesc// 场景描述 }) .then((res) => { if (res.code == 0) { @@ -775,6 +776,7 @@ export default { this.$api.http .tabooupdate({ id: this.ruleForm.id, + desc: this.ruleForm.sceneDesc, words: this.ruleForm.words, }) .then((res) => {