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) => {