diff --git a/package.json b/package.json index ae821f8..d932670 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "sh": "vue-cli-service serve --mode shdevelopment", "local": "vue-cli-service serve --mode localdevelopment", "build": "vue-cli-service build", + "build:test": "vue-cli-service build --mode development", "build:docker": "vue-cli-service build --dest=./docker/dist/", "lint": "vue-cli-service lint", "analyze": "vue-cli-service build --report" diff --git a/src/page/wel.vue b/src/page/wel.vue index 2c5a530..7fcd181 100644 --- a/src/page/wel.vue +++ b/src/page/wel.vue @@ -2623,37 +2623,10 @@ export default { statDateEnd: this.statDateEnd, }; this.$api.http.houseIndex(obj).then((res) => { - this.cardlist.datalist = { - receptionCount: res.data.todayStat.receptionCount, - activeCustomer: res.data.todayStat.activeCustomer, - receivingCustomer: res.data.todayStat.receivingCustomer, - avgDuration: res.data.todayStat.avgDuration, - fraction: res.data.todayStat.fraction, - prohibitedCustomer: res.data.todayStat.prohibitedCustomer, - prohibitedZb: res.data.todayStat.prohibitedZb, - accountNum: res.data.todayStat.accountNum, - }; - this.cardlist.liftlist = { - receptionCount: res.data.comparedStat.receptionCount, - activeCustomer: res.data.comparedStat.activeCustomer, - receivingCustomer: res.data.comparedStat.receivingCustomer, - avgDuration: res.data.comparedStat.avgDuration, - fraction: res.data.comparedStat.fraction, - prohibitedCustomer: res.data.comparedStat.prohibitedCustomer, - prohibitedZb: res.data.comparedStat.prohibitedZb, - accountNum: res.data.comparedStat.accountNum, - }; - this.cardlist.sequential = { - receptionCount: res.data.yesterdayStat.receptionCount, - activeCustomer: res.data.yesterdayStat.activeCustomer, - receivingCustomer: res.data.yesterdayStat.receivingCustomer, - avgDuration: res.data.yesterdayStat.avgDuration, - fraction: res.data.yesterdayStat.fraction, - prohibitedCustomer: res.data.yesterdayStat.prohibitedCustomer, - prohibitedZb: res.data.yesterdayStat.prohibitedZb, - accountNum: res.data.yesterdayStat.accountNum, - }; - }); + this.cardlist.datalist = res.data.todayStat + this.cardlist.liftlist = res.data.comparedStat + this.cardlist.sequential = res.data.yesterdayStat + }) }, //获取设备 findAllZkEquipment() { diff --git a/src/views/Receive/index.vue b/src/views/Receive/index.vue index 0905b36..9fdbf1b 100644 --- a/src/views/Receive/index.vue +++ b/src/views/Receive/index.vue @@ -511,11 +511,7 @@ }}% 禁忌执行 - 需求挖掘率{{ - userinformationlist.wordFraction || 0 - }}% + 需求挖掘率
@@ -623,13 +619,17 @@
+
+
挖掘执行率 {{ userinformationlist.wordFraction || 0 }}%
+
挖掘成功率 {{ userinformationlist.wordFinishFraction || 0 }}%
+
指标
执行
匹配标签
-
+
需求挖掘匹配:
-
+
@@ -438,7 +438,7 @@ export default { keywordsId: item.markid, showFormatExpression: item.editText,//文本形式 formatExpression: this.replaceFun(item.editValue),// 问题表达式,关键词加#号 - originalExpression: item.editValue // html,带span标签 + original: item.editValue // html,带span标签 } }) this.$api.api.updateKeywordsModel({ diff --git a/src/views/building/index.vue b/src/views/building/index.vue index d215243..9e332be 100644 --- a/src/views/building/index.vue +++ b/src/views/building/index.vue @@ -880,8 +880,8 @@ export default { time: "22:00", // 日报推送时间 closeTime: "120", // 接待时长(自动结束) offLine: ["08:00", "20:00"], // 离线推送时间段 - caseShow: '0', // 优秀案例 - tagMatching: '0', // 客户标签匹配 + caseShow: 0, // 优秀案例 + tagMatching: 0, // 客户标签匹配 transliterationMethod: '',//转写方式 language:'',//语言 },