-
45天到期的代理商
+
30天到期的代理商
{{ sysTop.matuityOfAgent || 0 }}
-
45天到期的项目
+
30天到期的项目
{{ sysTop.matuityOfHouse || 0 }}
@@ -728,25 +742,7 @@
-
-
平均执行率
-
-
{{ sysSec.avgFration || 0 }}
-
-
- 环比:{{ sysCompare.avgFration || 0 }}
-
-
- {{ orderBy.avgFration || 0 }}%
-
-
-
- {{ orderBy.avgFration || 0 }}%
-
-
-
-
+
平均接待时长(分钟)
@@ -823,7 +819,25 @@
-
+
+
平均执行率
+
+
{{ sysSec.avgFration || 0 }}
+
+
+ 环比:{{ sysCompare.avgFration || 0 }}
+
+
+ {{ orderBy.avgFration || 0 }}%
+
+
+
+ {{ orderBy.avgFration || 0 }}%
+
+
+
+
diff --git a/src/views/Customer/index.vue b/src/views/Customer/index.vue
index 5daca9f..6dcfaca 100644
--- a/src/views/Customer/index.vue
+++ b/src/views/Customer/index.vue
@@ -315,21 +315,21 @@
{{ row.clientStageName || "--" }}
-
-
+ > -->
+
{{ row.visitRecord || "0" }}
-
+
-
+
{{ row.fraction || "0" }}%
{{ row.createTime || "暂无" }}
diff --git a/src/views/Receive/index.vue b/src/views/Receive/index.vue
index 13f6ade..cd9a66a 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;
});
},
diff --git a/src/views/ReceivingRecords/index.vue b/src/views/ReceivingRecords/index.vue
index 588af0e..ccf62c9 100644
--- a/src/views/ReceivingRecords/index.vue
+++ b/src/views/ReceivingRecords/index.vue
@@ -308,7 +308,7 @@
label="接待开始时间"
align="center"
width="200"
- sortable
+
>
@@ -318,7 +318,7 @@
-
+
@@ -337,9 +337,9 @@
-
+
-
+
{{ row.fraction || "0" }}%
diff --git a/src/views/Statistics/BuildingContrast.vue b/src/views/Statistics/BuildingContrast.vue
index 3fbb356..1bdb5a8 100644
--- a/src/views/Statistics/BuildingContrast.vue
+++ b/src/views/Statistics/BuildingContrast.vue
@@ -60,52 +60,52 @@
-
- {{ row.fraction }}%
+
+
+
+
+
+
-
- {{ Math.floor(scope.row.sumDuration / 60) || 0 }}
-
-
-
-
-
-
+
+
+ {{ row.fraction }}%
+
+ {{ Math.floor(scope.row.sumDuration / 60) || 0 }}
+
-
-
{{ row.prohibitedZb }}%
-
+ > -->
{{ row.activeCustomer }}次
@@ -111,7 +111,7 @@
prop="prohibitedCustomer"
label="违禁接待次数"
align="center"
- sortable
+
>
{{ row.prohibitedCustomer }}次
@@ -122,7 +122,7 @@
prop="prohibitedZb"
label="违禁接待占比"
align="center"
- sortable
+
>
{{ row.prohibitedZb }}%
@@ -131,7 +131,7 @@
prop="realityEquipmentCount"
label="接待时长"
align="center"
- sortable
+
width="110"
>
@@ -143,7 +143,7 @@
prop="fraction"
label="销讲执行率"
align="center"
- sortable
+
width="110"
>
{{ row.fraction }}%
@@ -154,7 +154,7 @@
:prop="item.props"
:label="item.label"
align="center"
- sortable
+
width="100"
>
{{ row[item.props] }}%
diff --git a/src/views/Statistics/ReceptionOverview.vue b/src/views/Statistics/ReceptionOverview.vue
index 09ba9b7..d09ecb7 100644
--- a/src/views/Statistics/ReceptionOverview.vue
+++ b/src/views/Statistics/ReceptionOverview.vue
@@ -300,7 +300,7 @@
-
+
diff --git a/src/views/Statistics/ReceptionStatistical.vue b/src/views/Statistics/ReceptionStatistical.vue
index c48c7a1..5a824fd 100644
--- a/src/views/Statistics/ReceptionStatistical.vue
+++ b/src/views/Statistics/ReceptionStatistical.vue
@@ -130,7 +130,7 @@
prop="receptionCount"
label="接待量"
align="center"
- sortable
+
>
{{ row.receptionCount }}次
@@ -138,7 +138,7 @@
prop="accountNum"
label="接待顾问"
align="center"
- sortable
+
width="100"
>
@@ -146,7 +146,7 @@
prop="activeCustomer"
label="有效接待"
align="center"
- sortable
+
width="100"
>
{{ row.activeCustomer }}次
@@ -155,7 +155,7 @@
prop="prohibitedCustomer"
label="违禁接待次数"
align="center"
- sortable
+
width="120"
>
@@ -163,7 +163,7 @@
prop="sumDuration"
label="接待时长(分)"
align="center"
- sortable
+
width="120"
>
@@ -175,7 +175,7 @@
label="违禁接待占比"
align="center"
width="150"
- sortable
+
>
{{ row.prohibitedZb }}%
@@ -183,7 +183,7 @@
prop="fraction"
label="平均执行率"
align="center"
- sortable
+
width="110"
>
{{ row.fraction }}%
@@ -194,7 +194,7 @@
:prop="item.props"
:label="item.label"
align="center"
- sortable
+
width="100"
>
{{ row[item.props] }}%
@@ -246,29 +246,29 @@
-
+
-
+
{{ Math.floor(row.sumDuration / 60) }}
@@ -278,7 +278,7 @@
prop="prohibitedZb"
label="违禁接待占比"
align="center"
- sortable
+
>
diff --git a/src/views/Statistics/trend.vue b/src/views/Statistics/trend.vue
index 284d6b3..d89e7c4 100644
--- a/src/views/Statistics/trend.vue
+++ b/src/views/Statistics/trend.vue
@@ -170,56 +170,7 @@
+
+ 平均执行率/%
+
+
+ {{ compare.fraction || 0 }}
+
+
+
+ 对比时段:
+ {{
+ compare1.fraction || 0
+ }}
+
+
+ {{ compare2.fraction || 0 }}%
+
+
+
+
+ 平均接待时长(分钟)
+
+
+ {{ compare.avgDuration || 0 }}
+
+
+
+ 对比时段:
+ {{
+ compare1.avgDuration || 0
+ }}
+
+
+ {{ compare2.avgDuration || 0 }}
+
+
+