From 2a491b9775e5d5370a95fbb48be18e5852494c7e Mon Sep 17 00:00:00 2001 From: cclu <1106109051@qq.com> Date: Thu, 3 Aug 2023 19:12:44 +0800 Subject: [PATCH] update --- pages/commercialBI/carPortrait.vue | 1 + .../bussiness/transactionAnalysis.vue | 32 +++---- pages/commercialBI/managePortrait.vue | 33 ++++---- pages/commercialBI/specialCase.vue | 34 ++++++-- pages/everdayRenven/AnhuiIndex.vue | 11 ++- .../components/ServiceRevenuePie.vue | 16 ++-- pages/examine/index.vue | 58 ++++++++----- pages/index/index.vue | 84 ++++++++++++++----- static/images/examine/add.svg | 16 ++++ static/images/examine/reduce.svg | 16 ++++ static/images/examine/warning.svg | 11 +++ 11 files changed, 223 insertions(+), 89 deletions(-) create mode 100644 static/images/examine/add.svg create mode 100644 static/images/examine/reduce.svg create mode 100644 static/images/examine/warning.svg diff --git a/pages/commercialBI/carPortrait.vue b/pages/commercialBI/carPortrait.vue index 37eb0de..ffa8958 100644 --- a/pages/commercialBI/carPortrait.vue +++ b/pages/commercialBI/carPortrait.vue @@ -401,6 +401,7 @@ export default { if (storeTime){ this.time = storeTime } + console.log(' this.time', this.time) this.single = this.$util.getThisMonthHave(this.time) this.searchText = this.time const date = new Date(this.time) diff --git a/pages/commercialBI/components/bussiness/transactionAnalysis.vue b/pages/commercialBI/components/bussiness/transactionAnalysis.vue index 1096d53..a83224b 100644 --- a/pages/commercialBI/components/bussiness/transactionAnalysis.vue +++ b/pages/commercialBI/components/bussiness/transactionAnalysis.vue @@ -16,22 +16,22 @@ -
消费转化率
{{ info.ConvertRate?info.ConvertRate:'-' }}
-该服务区
-{{ info.ConvertProvinceRate?info.ConvertProvinceRate:'-'}}
-省级平均
-{{monthAdd?Math.abs(monthAdd) + '%':'-'}}
+{{monthAdd?monthAdd + '%':'-'}}
{{yearAdd?Math.abs(yearAdd) + '%':''}}
+{{yearAdd?yearAdd + '%':''}}
门店上传{{showTableData.Revenue_Upload?showTableData.Revenue_Upload:'-'}}/{{allShopCount?allShopCount:'-'}}
+门店上传{{showTableData.Revenue_Upload?showTableData.Revenue_Upload:'-'}}/{{showTableData.TotalShopCount?showTableData.TotalShopCount:'-'}}
优惠金额
{{showTableData.Revenue_Upload?showTableData.Revenue_Upload:'-'}}/{{allShopCount?allShopCount:'-'}}
+{{showTableData.Revenue_Upload?showTableData.Revenue_Upload:'-'}}/{{showTableData.TotalShopCount?showTableData.TotalShopCount:'-'}}