消费时段分析
消费水平
From 6584176b3a0e444cadec7369a49e390ae98c634a Mon Sep 17 00:00:00 2001 From: cclu <1106109051@qq.com> Date: Fri, 7 Apr 2023 19:07:56 +0800 Subject: [PATCH] update --- manifest.json | 6 +- pages.json | 6 + pages/askForLeave/detail.vue | 60 +- pages/commercialBI/businessPortrait.vue | 35 +- pages/commercialBI/carPortrait.vue | 114 ++- pages/commercialBI/components/analyse.vue | 47 +- .../components/car/carTypeTime.vue | 10 +- .../commercialBI/components/car/entryZone.vue | 8 +- .../commercialBI/components/car/homePlace.vue | 10 +- .../components/car/percentEntry.vue | 10 +- .../components/car/timeAnalysis.vue | 6 +- .../components/format/fillingDegree.vue | 11 +- .../components/guest/consumPrefer.vue | 3 +- pages/commercialBI/components/headerTop.vue | 88 ++- pages/commercialBI/formatPortrait.vue | 43 +- pages/commercialBI/guestPortrait.vue | 38 +- pages/commercialBI/managePortrait.vue | 34 +- pages/commercialBI/planDetail.vue | 368 +++++++++ pages/commercialBI/planMonth.vue | 265 ++++--- pages/index/index.vue | 19 +- pages/map/detail.vue | 739 ++++++++++-------- pages/map/index.vue | 67 +- pages/userCenter/components/userList.vue | 6 +- static/images/leave/spwq.png | Bin 23174 -> 0 bytes static/images/no-data.png | Bin 19079 -> 0 bytes static/images/no-wifi.png | Bin 21721 -> 0 bytes static/images/revenue/140000.png | Bin 25758 -> 0 bytes static/images/revenue/340000.png | Bin 8852 -> 0 bytes static/images/revenue/450000.png | Bin 16947 -> 0 bytes static/images/revenue/510000.png | Bin 22333 -> 0 bytes static/images/revenue/520000.png | Bin 20303 -> 0 bytes static/images/revenue/banner.png | Bin 29108 -> 0 bytes 32 files changed, 1369 insertions(+), 624 deletions(-) create mode 100644 pages/commercialBI/planDetail.vue delete mode 100644 static/images/leave/spwq.png delete mode 100644 static/images/no-data.png delete mode 100644 static/images/no-wifi.png delete mode 100644 static/images/revenue/140000.png delete mode 100644 static/images/revenue/340000.png delete mode 100644 static/images/revenue/450000.png delete mode 100644 static/images/revenue/510000.png delete mode 100644 static/images/revenue/520000.png delete mode 100644 static/images/revenue/banner.png diff --git a/manifest.json b/manifest.json index 40f8abe..2c78a10 100644 --- a/manifest.json +++ b/manifest.json @@ -67,9 +67,9 @@ "postcss" : true }, "plugins": { - "chooseLocation": { - "version": "1.0.10", - "provider": "wx76a9a06e5b4e693e" + "routePlan": { + "version": "1.0.18", + "provider": "wx50b5593e81dd937a" } }, "usingComponents" : true, diff --git a/pages.json b/pages.json index ad54d29..2e11181 100644 --- a/pages.json +++ b/pages.json @@ -124,6 +124,12 @@ "style": { "navigationBarTitleText": "" } + }, + { + "path": "planDetail", + "style": { + "navigationBarTitleText": "" + } } ] }, diff --git a/pages/askForLeave/detail.vue b/pages/askForLeave/detail.vue index 0c90ccb..d0702e4 100644 --- a/pages/askForLeave/detail.vue +++ b/pages/askForLeave/detail.vue @@ -3,13 +3,13 @@
消费时段分析
消费水平
业态适配型
消费转化对比图
商超畅销品
分析
-{{type==='month'?item.Serverpart_Name:item.Statistics_Month + '月'}}
-{{item.Growth_Rate?item.Growth_Rate + '%':''}}
+{{item.Growth_Rate?item.Growth_Rate + '%':''}}
+本月已完成
{{item.Revenue_Amount}}
+本月计划
{{item.Budget_Amount }}
+已完成:
+计划:
+{{info.SERVERPART_NAME}}
- {{array[selectIndex].name?array[selectIndex].name:''}} +{{info.SERVERPART_NAME?info.SERVERPART_NAME:''}}
+ {{info.SPREGIONTYPE_NAME?info.SPREGIONTYPE_NAME:''}}