diff --git a/src/page/wel.vue b/src/page/wel.vue index de958db..33cc9d3 100644 --- a/src/page/wel.vue +++ b/src/page/wel.vue @@ -99,7 +99,7 @@
-
销讲执行率(%)
+
执行率排名(%)
{{cardlist.datalist.fraction || 0}}
@@ -119,7 +119,7 @@
-
违禁预警(个)
+
违禁接待次数(个)
{{cardlist.datalist.prohibitedCustomer || 0}}
@@ -137,7 +137,7 @@
-
违禁占比(%)
+
违禁执行占比(%)
{{cardlist.datalist.prohibitedZb || 0}}
diff --git a/src/views/Statistics/BuildingContrast.vue b/src/views/Statistics/BuildingContrast.vue index 00ef440..b4fdcc2 100644 --- a/src/views/Statistics/BuildingContrast.vue +++ b/src/views/Statistics/BuildingContrast.vue @@ -84,13 +84,13 @@ @@ -139,7 +139,7 @@
-
销讲执行率(TOP10)
+
平均执行率(TOP10)
diff --git a/src/views/Statistics/ConsultantBrand.vue b/src/views/Statistics/ConsultantBrand.vue index 953a744..3a94f53 100644 --- a/src/views/Statistics/ConsultantBrand.vue +++ b/src/views/Statistics/ConsultantBrand.vue @@ -201,7 +201,7 @@
-
销讲执行率排名(TOP10))
+
平均执行率排名(TOP10))
员工 录音条数 - 录音时长 + 接待时长 @@ -92,7 +92,7 @@
排名
员工
-
录音时长
+
接待时长
diff --git a/src/views/Statistics/Insightintothedetails.vue b/src/views/Statistics/Insightintothedetails.vue index 5200b2a..ad9bdc2 100644 --- a/src/views/Statistics/Insightintothedetails.vue +++ b/src/views/Statistics/Insightintothedetails.vue @@ -91,7 +91,7 @@ diff --git a/src/views/Statistics/MentoringAbility.vue b/src/views/Statistics/MentoringAbility.vue index 00040ba..8dc269a 100644 --- a/src/views/Statistics/MentoringAbility.vue +++ b/src/views/Statistics/MentoringAbility.vue @@ -28,7 +28,7 @@
-
员工
+
顾问
-
团队销讲趋势
+
团队执行率趋势
-
员工销讲趋势
+
顾问执行率趋势
- + diff --git a/src/views/Statistics/TheTeamCompared.vue b/src/views/Statistics/TheTeamCompared.vue index f322cb1..4d0ccd0 100644 --- a/src/views/Statistics/TheTeamCompared.vue +++ b/src/views/Statistics/TheTeamCompared.vue @@ -86,7 +86,7 @@
-
录音时长排名
+
接待时长排名
@@ -295,7 +295,7 @@ export default { teamteamTable(){ this.tablsitdata1=[ {name:'序号'},{name:'团队'},{name:'接待量'},{name:'接待顾问'},{name:'有效接待'},{name:'违禁接待次数'}, - {name:'录音时长(分)'},{name:'平均执行率'},{name:'违禁接待占比'}, + {name:'接待时长(分)'},{name:'平均执行率'},{name:'违禁接待占比'}, ] let pamaet={ houseId:this.houseId, diff --git a/vue.config.js b/vue.config.js index 12aeade..db6248b 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,11 +3,11 @@ * https://cli.vuejs.org/zh/config/ */ // const url = 'http://pigx-gateway' -// const url = 'http://39.97.167.65:9999' //测试 +const url = 'http://39.97.167.65:9999' //测试 // const url = 'http://192.168.31.169:9999' //长龙 // const url = 'http://192.168.31.134:9999' //嘉豪 // const url = 'http://192.168.31.100:9999' //王笑 -const url = 'http://nitu5e.natappfree.cc' //王笑 +// const url = 'http://nitu5e.natappfree.cc' //王笑 const CompressionWebpackPlugin = require('compression-webpack-plugin') const productionGzipExtensions = ['js', 'css']