From e2950d9672ddc50b5debbb456c740f41141386d5 Mon Sep 17 00:00:00 2001 From: jyt <1592211625@qq.com> Date: Fri, 24 Jun 2022 15:12:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/index/top/index.vue | 10 +- src/page/wel.vue | 22 +-- src/views/Statistics/ReceptionOverview.vue | 8 +- src/views/Statistics/TrendAnalysis.vue | 4 +- src/views/Statistics/houseDataSys.vue | 8 +- src/views/Statistics/trend.vue | 2 +- src/views/building/Count.vue | 202 +++++++++++---------- src/views/houseData/count.vue | 2 +- 8 files changed, 142 insertions(+), 116 deletions(-) diff --git a/src/page/index/top/index.vue b/src/page/index/top/index.vue index c1747b0..51f68ab 100644 --- a/src/page/index/top/index.vue +++ b/src/page/index/top/index.vue @@ -43,7 +43,15 @@ }} - 切换后台 + {{ + orgType == 0 + ? "切换后台" + : orgType == 1 + ? "切换代理" + : orgType == 2 + ? "切换公司" + : "切换后台" + }}
- +{{ cardlist.liftlist.fraction || 0 }} + +{{ cardlist.liftlist.fraction || 0 }}% - {{ cardlist.liftlist.fraction || 0 }} + {{ cardlist.liftlist.fraction || 0 }}% @@ -257,11 +257,11 @@ 环比:{{ cardlist.sequential.prohibitedZb || 0 }} - +{{ cardlist.liftlist.prohibitedZb || 0 }} + +{{ cardlist.liftlist.prohibitedZb || 0 }}% - {{ cardlist.liftlist.prohibitedZb || 0 }} + {{ cardlist.liftlist.prohibitedZb || 0 }}% @@ -280,7 +280,7 @@
-
维度触达占比 +
场景执行分析 @@ -988,11 +988,11 @@ 环比:{{ sysCompare.avgFration || 0 }} - +{{ orderBy.avgFration || 0 }} + +{{ orderBy.avgFration || 0 }}% - {{ orderBy.avgFration || 0 }} + {{ orderBy.avgFration || 0 }}% @@ -1142,7 +1142,7 @@
- +
- +
diff --git a/src/views/Statistics/ReceptionOverview.vue b/src/views/Statistics/ReceptionOverview.vue index e0df96f..be6846c 100644 --- a/src/views/Statistics/ReceptionOverview.vue +++ b/src/views/Statistics/ReceptionOverview.vue @@ -39,13 +39,13 @@
- 平均执行率(%) + 平均执行率
- {{ cardobj.fraction || 0 }} + {{ cardobj.fraction || 0 }}%
环比 {{ cardobjs.fraction || 0 }} @@ -979,13 +979,13 @@ export default { var newline2 = []; var Strname = ""; if (this.cardindex == 1) { - Strname = "接待客户/个"; + Strname = "接待量/个"; this.Brokenline.map((item) => { newline.push(item.receptionCount); newline2.push(item.statDate.slice(5, 10)); }); } else if (this.cardindex == 2) { - Strname = "接待客户/个"; + Strname = "有效接待/次"; this.Brokenline.map((item) => { newline.push(item.activeCustomer); newline2.push(item.statDate.slice(5, 10)); diff --git a/src/views/Statistics/TrendAnalysis.vue b/src/views/Statistics/TrendAnalysis.vue index 5562adc..68af28f 100644 --- a/src/views/Statistics/TrendAnalysis.vue +++ b/src/views/Statistics/TrendAnalysis.vue @@ -155,11 +155,11 @@ 环比:{{ cardobj.endFraction || 0 }}次 - +{{ cardobj.contrastFraction || 0 }} + +{{ cardobj.contrastFraction || 0 }}% - {{ cardobj.contrastFraction || 0 }} + {{ cardobj.contrastFraction || 0 }}% diff --git a/src/views/Statistics/houseDataSys.vue b/src/views/Statistics/houseDataSys.vue index b22b576..29d1368 100644 --- a/src/views/Statistics/houseDataSys.vue +++ b/src/views/Statistics/houseDataSys.vue @@ -82,13 +82,13 @@ style="font-size:22px;color:#FFF;position: absolute;right: 2px;bottom: -42px;">
-
- 过期项目数 +
+ 累计项目数

{{ firstTab.houseQuantity || 0 }}

-
+
diff --git a/src/views/Statistics/trend.vue b/src/views/Statistics/trend.vue index e92dc19..939066e 100644 --- a/src/views/Statistics/trend.vue +++ b/src/views/Statistics/trend.vue @@ -224,7 +224,7 @@ 有效接待占比
- {{ compare.activeCustomerRate || 0 }} + {{ compare.activeCustomerRate || 0 }}%
环比 {{ compare1.activeCustomerRate || 0 }} diff --git a/src/views/building/Count.vue b/src/views/building/Count.vue index 93fa94b..5ed0a34 100644 --- a/src/views/building/Count.vue +++ b/src/views/building/Count.vue @@ -1,44 +1,52 @@