From 68ac41315e17771b66ebc2827857ed2e1f2dab60 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Mon, 21 Feb 2022 16:01:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/wel.vue | 98 ++++++------- src/router/avue-router.js | 3 + src/views/ReceivingRecords/index.vue | 209 ++++++++++++++++++--------- 3 files changed, 195 insertions(+), 115 deletions(-) diff --git a/src/page/wel.vue b/src/page/wel.vue index fd259fe..59fced2 100644 --- a/src/page/wel.vue +++ b/src/page/wel.vue @@ -32,7 +32,7 @@
-
+
平均接待时长(分钟)
{{ cardlist.datalist.avgDuration || 0 }}
@@ -52,7 +52,7 @@
-
+
平均执行率(%)
{{ cardlist.datalist.fraction || 0 }}
@@ -60,7 +60,6 @@ 环比:{{ cardlist.sequential.fraction || 0 }} - {{ cardlist.liftlist.fraction || 0 }}% @@ -73,7 +72,7 @@
-
+
接待量 (次)
{{ cardlist.datalist.receptionCount || 0 }}
@@ -92,7 +91,11 @@
-
+ +
有效接待(次)
{{ cardlist.datalist.activeCustomer || 0 }}
@@ -100,7 +103,6 @@ 环比:{{ cardlist.sequential.activeCustomer || 0 }} - {{ cardlist.liftlist.activeCustomer || 0 }} @@ -123,7 +125,10 @@
-
+
违禁接待次数(次)
@@ -133,7 +138,6 @@ 环比:{{ cardlist.sequential.prohibitedCustomer || 0 }} -
-
+
违禁接待占比(%)
{{ cardlist.datalist.prohibitedZb || 0 }}
@@ -159,7 +163,6 @@ 环比:{{ cardlist.sequential.prohibitedZb || 0 }} - {{ cardlist.liftlist.prohibitedZb || 0 }}% @@ -171,7 +174,7 @@
-
+
顾问(人)
{{ cardlist.datalist.accountNum || 0 }}
@@ -179,7 +182,6 @@ 环比:{{ cardlist.sequential.accountNum || 0 }} - {{ cardlist.liftlist.accountNum || 0 }} @@ -548,7 +550,6 @@ 环比:{{ sysCompare.equipmentQuantityWithSold || 0 }} - 环比:{{ sysCompare.activeEquipmentQuantity || 0 }} - 环比:{{ sysCompare.activeUserQuantity || 0 }} - {{ orderBy.activeUserQuantity || 0 }} @@ -623,7 +622,6 @@ 环比:{{ sysCompare.receptionCount || 0 }} - {{ orderBy.receptionCount || 0 }} @@ -643,7 +641,6 @@ 环比:{{ sysCompare.activeCustomer || 0 }} - {{ orderBy.activeCustomer || 0 }} @@ -663,7 +660,6 @@ 环比:{{ sysCompare.prohibitedCount || 0 }} - {{ orderBy.prohibitedCount || 0 }} @@ -683,7 +679,6 @@ 环比:{{ sysCompare.receptionTimeWithAvg || 0 }} - {{ orderBy.receptionTimeWithAvg || 0 }} @@ -703,7 +698,6 @@ 环比:{{ sysCompare.receptionTime || 0 }} - {{ orderBy.receptionTime || 0 }} @@ -728,7 +722,6 @@ 环比:{{ sysCompare.receptionCount || 0 }} - {{ orderBy.receptionCount || 0 }} @@ -749,7 +742,6 @@ 环比:{{ sysCompare.activeCustomer || 0 }} - {{ orderBy.activeCustomer || 0 }} @@ -789,7 +781,6 @@ 环比:{{ sysCompare.receptionTime || 0 }} - {{ orderBy.receptionTime || 0 }} @@ -810,7 +801,6 @@ 环比:{{ sysCompare.receptionTimeWithAvg || 0 }} - {{ orderBy.receptionTimeWithAvg || 0 }} @@ -832,7 +822,6 @@ 环比:{{ sysCompare.avgFration || 0 }} - {{ orderBy.avgFration || 0 }}% @@ -853,7 +842,6 @@ 环比:{{ sysCompare.prohibitedCount || 0 }} - {{ orderBy.prohibitedCount || 0 }} @@ -874,7 +862,6 @@ 环比:{{ sysCompare.activeEquipmentQuantity || 0 }} - 环比:{{ sysCompare.activeEquipmentQuantityZB || 0 }} - 环比:{{ sysCompare.activeHouseQuantity || 0 }} - {{ orderBy.activeHouseQuantity || 0 }} @@ -1095,6 +1080,7 @@ @@ -706,7 +785,7 @@ export default { border-radius: 4px; border: 1px solid #e0e0e0; } - .toptimeqhuan .btn { + .toptimeqhuan .btn { padding-left: 20px; padding-right: 20px; text-align: center;