From d977b6e3286f76a8bc3c9587b141fde1dbfd66dd Mon Sep 17 00:00:00 2001 From: cclu <1106109051@qq.com> Date: Wed, 13 Dec 2023 18:33:57 +0800 Subject: [PATCH] update --- pages/index/components/rateCharts.vue | 11 ++ pages/revenueStatistics/index.vue | 11 ++ .../images/newCommercialBI/babyPortrait.svg | 14 ++ static/images/newCommercialBI/badyGuest.svg | 14 ++ .../images/newCommercialBI/businessBady.svg | 14 ++ static/images/newCommercialBI/businessCar.svg | 19 ++ .../images/newCommercialBI/businessCharge.svg | 16 ++ .../newCommercialBI/businessGuestRoom.svg | 14 ++ .../images/newCommercialBI/businessHave.svg | 17 ++ .../images/newCommercialBI/businessNoHave.svg | 17 ++ .../newCommercialBI/businessPortraitBg.svg | 165 ++++++++++++++++++ static/images/newCommercialBI/car.svg | 112 ++++++++++++ static/images/newCommercialBI/carBady.svg | 14 ++ static/images/newCommercialBI/carCarIcon.svg | 19 ++ static/images/newCommercialBI/carCharge.svg | 16 ++ static/images/newCommercialBI/carGuest.svg | 19 ++ .../images/newCommercialBI/carGuestRoom.svg | 14 ++ static/images/newCommercialBI/carHave.svg | 17 ++ static/images/newCommercialBI/carNoHave.svg | 17 ++ static/images/newCommercialBI/carPortrait.svg | 19 ++ static/images/newCommercialBI/chargeGuest.svg | 16 ++ .../newCommercialBI/chargePortraitBg.svg | 16 ++ .../newCommercialBI/guestPortraitBg.svg | 165 ++++++++++++++++++ .../images/newCommercialBI/guestRoomGuest.svg | 14 ++ .../newCommercialBI/guestRoomPortrait.svg | 14 ++ static/images/newCommercialBI/haveGuest.svg | 17 ++ .../images/newCommercialBI/havePortrait.svg | 17 ++ .../images/newCommercialBI/inspectionIcon.svg | 41 +++++ .../newCommercialBI/managePortraitBg.svg | 131 ++++++++++++++ .../images/newCommercialBI/newExamineIcon.svg | 47 +++++ static/images/newCommercialBI/noHaveGuest.svg | 17 ++ .../images/newCommercialBI/noHavePortrait.svg | 17 ++ static/images/newIndex2/1stTypeImg.svg | 11 ++ static/images/newIndex2/2stTypeImg.svg | 11 ++ static/images/newIndex2/3stTypeImg.svg | 11 ++ static/images/newIndex2/4stTypeImg.svg | 11 ++ static/images/newIndex2/5stTypeImg.svg | 11 ++ static/images/newIndex2/6stTypeImg.svg | 11 ++ static/images/newIndex2/7stTypeImg.svg | 11 ++ static/images/newIndex2/8stTypeImg.svg | 11 ++ static/images/newIndex2/amountEntry.svg | 49 ++++++ static/images/newIndex2/amountReceived.svg | 42 +++++ static/images/newIndex2/brandHouse.svg | 19 ++ static/images/newIndex2/comprehensive.svg | 44 +++++ static/images/newIndex2/computer.svg | 55 ++++++ static/images/newIndex2/customersRate.svg | 46 +++++ static/images/newIndex2/festivalPage.svg | 50 ++++++ static/images/newIndex2/itemQuantity.svg | 48 +++++ static/images/newIndex2/itemRate.svg | 46 +++++ static/images/newIndex2/merchantsAmount.svg | 42 +++++ static/images/newIndex2/merchantsEntry.svg | 49 ++++++ .../images/newIndex2/merchantsReceivable.svg | 49 ++++++ static/images/newIndex2/merchantsSum.svg | 45 +++++ static/images/newIndex2/newFestivalBg.svg | 19 ++ static/images/newIndex2/newRevenueBg.svg | 19 ++ static/images/newIndex2/officeBag.svg | 44 +++++ static/images/newIndex2/receivable.svg | 49 ++++++ static/images/newIndex2/sceneBg.svg | 19 ++ static/images/newIndex2/serviceCar.svg | 59 +++++++ static/images/newIndex2/statisticsBg.svg | 19 ++ static/images/newIndex2/sumLogo.svg | 32 ++++ static/images/newIndex2/timeIcon.svg | 26 +++ static/images/newIndex2/timeUpDown.svg | 13 ++ static/public/font2/tzfy1e4Fbqbs.woff | Bin 0 -> 5308 bytes static/public/font2/uj4HAtspu5eH.woff | Bin 4924 -> 0 bytes .../public/revenueStatistics/stylesheet.css | 8 + .../revenueStatistics/uKTjcNOXuZpJ.woff | Bin 0 -> 3416 bytes 67 files changed, 2050 insertions(+) create mode 100644 pages/index/components/rateCharts.vue create mode 100644 pages/revenueStatistics/index.vue create mode 100644 static/images/newCommercialBI/babyPortrait.svg create mode 100644 static/images/newCommercialBI/badyGuest.svg create mode 100644 static/images/newCommercialBI/businessBady.svg create mode 100644 static/images/newCommercialBI/businessCar.svg create mode 100644 static/images/newCommercialBI/businessCharge.svg create mode 100644 static/images/newCommercialBI/businessGuestRoom.svg create mode 100644 static/images/newCommercialBI/businessHave.svg create mode 100644 static/images/newCommercialBI/businessNoHave.svg create mode 100644 static/images/newCommercialBI/businessPortraitBg.svg create mode 100644 static/images/newCommercialBI/car.svg create mode 100644 static/images/newCommercialBI/carBady.svg create mode 100644 static/images/newCommercialBI/carCarIcon.svg create mode 100644 static/images/newCommercialBI/carCharge.svg create mode 100644 static/images/newCommercialBI/carGuest.svg create mode 100644 static/images/newCommercialBI/carGuestRoom.svg create mode 100644 static/images/newCommercialBI/carHave.svg create mode 100644 static/images/newCommercialBI/carNoHave.svg create mode 100644 static/images/newCommercialBI/carPortrait.svg create mode 100644 static/images/newCommercialBI/chargeGuest.svg create mode 100644 static/images/newCommercialBI/chargePortraitBg.svg create mode 100644 static/images/newCommercialBI/guestPortraitBg.svg create mode 100644 static/images/newCommercialBI/guestRoomGuest.svg create mode 100644 static/images/newCommercialBI/guestRoomPortrait.svg create mode 100644 static/images/newCommercialBI/haveGuest.svg create mode 100644 static/images/newCommercialBI/havePortrait.svg create mode 100644 static/images/newCommercialBI/inspectionIcon.svg create mode 100644 static/images/newCommercialBI/managePortraitBg.svg create mode 100644 static/images/newCommercialBI/newExamineIcon.svg create mode 100644 static/images/newCommercialBI/noHaveGuest.svg create mode 100644 static/images/newCommercialBI/noHavePortrait.svg create mode 100644 static/images/newIndex2/1stTypeImg.svg create mode 100644 static/images/newIndex2/2stTypeImg.svg create mode 100644 static/images/newIndex2/3stTypeImg.svg create mode 100644 static/images/newIndex2/4stTypeImg.svg create mode 100644 static/images/newIndex2/5stTypeImg.svg create mode 100644 static/images/newIndex2/6stTypeImg.svg create mode 100644 static/images/newIndex2/7stTypeImg.svg create mode 100644 static/images/newIndex2/8stTypeImg.svg create mode 100644 static/images/newIndex2/amountEntry.svg create mode 100644 static/images/newIndex2/amountReceived.svg create mode 100644 static/images/newIndex2/brandHouse.svg create mode 100644 static/images/newIndex2/comprehensive.svg create mode 100644 static/images/newIndex2/computer.svg create mode 100644 static/images/newIndex2/customersRate.svg create mode 100644 static/images/newIndex2/festivalPage.svg create mode 100644 static/images/newIndex2/itemQuantity.svg create mode 100644 static/images/newIndex2/itemRate.svg create mode 100644 static/images/newIndex2/merchantsAmount.svg create mode 100644 static/images/newIndex2/merchantsEntry.svg create mode 100644 static/images/newIndex2/merchantsReceivable.svg create mode 100644 static/images/newIndex2/merchantsSum.svg create mode 100644 static/images/newIndex2/newFestivalBg.svg create mode 100644 static/images/newIndex2/newRevenueBg.svg create mode 100644 static/images/newIndex2/officeBag.svg create mode 100644 static/images/newIndex2/receivable.svg create mode 100644 static/images/newIndex2/sceneBg.svg create mode 100644 static/images/newIndex2/serviceCar.svg create mode 100644 static/images/newIndex2/statisticsBg.svg create mode 100644 static/images/newIndex2/sumLogo.svg create mode 100644 static/images/newIndex2/timeIcon.svg create mode 100644 static/images/newIndex2/timeUpDown.svg create mode 100644 static/public/font2/tzfy1e4Fbqbs.woff delete mode 100644 static/public/font2/uj4HAtspu5eH.woff create mode 100644 static/public/revenueStatistics/stylesheet.css create mode 100644 static/public/revenueStatistics/uKTjcNOXuZpJ.woff diff --git a/pages/index/components/rateCharts.vue b/pages/index/components/rateCharts.vue new file mode 100644 index 0000000..dc1f789 --- /dev/null +++ b/pages/index/components/rateCharts.vue @@ -0,0 +1,11 @@ + + + + + diff --git a/pages/revenueStatistics/index.vue b/pages/revenueStatistics/index.vue new file mode 100644 index 0000000..dc1f789 --- /dev/null +++ b/pages/revenueStatistics/index.vue @@ -0,0 +1,11 @@ + + + + + diff --git a/static/images/newCommercialBI/babyPortrait.svg b/static/images/newCommercialBI/babyPortrait.svg new file mode 100644 index 0000000..57e08ec --- /dev/null +++ b/static/images/newCommercialBI/babyPortrait.svg @@ -0,0 +1,14 @@ + + + 服务区/地址备份_13 + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/badyGuest.svg b/static/images/newCommercialBI/badyGuest.svg new file mode 100644 index 0000000..30ca9d8 --- /dev/null +++ b/static/images/newCommercialBI/badyGuest.svg @@ -0,0 +1,14 @@ + + + 服务区/地址备份_7 + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/businessBady.svg b/static/images/newCommercialBI/businessBady.svg new file mode 100644 index 0000000..d4914ab --- /dev/null +++ b/static/images/newCommercialBI/businessBady.svg @@ -0,0 +1,14 @@ + + + 服务区/地址备份_10 + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/businessCar.svg b/static/images/newCommercialBI/businessCar.svg new file mode 100644 index 0000000..fb0660a --- /dev/null +++ b/static/images/newCommercialBI/businessCar.svg @@ -0,0 +1,19 @@ + + + 服务区/地址备份_9 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/businessCharge.svg b/static/images/newCommercialBI/businessCharge.svg new file mode 100644 index 0000000..dd1295d --- /dev/null +++ b/static/images/newCommercialBI/businessCharge.svg @@ -0,0 +1,16 @@ + + + 服务区/地址_4 + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/businessGuestRoom.svg b/static/images/newCommercialBI/businessGuestRoom.svg new file mode 100644 index 0000000..a17f030 --- /dev/null +++ b/static/images/newCommercialBI/businessGuestRoom.svg @@ -0,0 +1,14 @@ + + + 服务区/地址备份_11 + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/businessHave.svg b/static/images/newCommercialBI/businessHave.svg new file mode 100644 index 0000000..f74a309 --- /dev/null +++ b/static/images/newCommercialBI/businessHave.svg @@ -0,0 +1,17 @@ + + + 形状_5 + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/businessNoHave.svg b/static/images/newCommercialBI/businessNoHave.svg new file mode 100644 index 0000000..54400fa --- /dev/null +++ b/static/images/newCommercialBI/businessNoHave.svg @@ -0,0 +1,17 @@ + + + 形状备份_6 + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/businessPortraitBg.svg b/static/images/newCommercialBI/businessPortraitBg.svg new file mode 100644 index 0000000..c51f697 --- /dev/null +++ b/static/images/newCommercialBI/businessPortraitBg.svg @@ -0,0 +1,165 @@ + + + 背景图/客群画像@2x + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/car.svg b/static/images/newCommercialBI/car.svg new file mode 100644 index 0000000..e4704ee --- /dev/null +++ b/static/images/newCommercialBI/car.svg @@ -0,0 +1,112 @@ + + + 图标/汽车@2x + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/carBady.svg b/static/images/newCommercialBI/carBady.svg new file mode 100644 index 0000000..192445f --- /dev/null +++ b/static/images/newCommercialBI/carBady.svg @@ -0,0 +1,14 @@ + + + 服务区/地址备份_16 + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/carCarIcon.svg b/static/images/newCommercialBI/carCarIcon.svg new file mode 100644 index 0000000..7ebfb0f --- /dev/null +++ b/static/images/newCommercialBI/carCarIcon.svg @@ -0,0 +1,19 @@ + + + 服务区/地址备份_15 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/carCharge.svg b/static/images/newCommercialBI/carCharge.svg new file mode 100644 index 0000000..ecd64b4 --- /dev/null +++ b/static/images/newCommercialBI/carCharge.svg @@ -0,0 +1,16 @@ + + + 服务区/地址_6 + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/carGuest.svg b/static/images/newCommercialBI/carGuest.svg new file mode 100644 index 0000000..0c5a931 --- /dev/null +++ b/static/images/newCommercialBI/carGuest.svg @@ -0,0 +1,19 @@ + + + 服务区/地址备份_6 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/carGuestRoom.svg b/static/images/newCommercialBI/carGuestRoom.svg new file mode 100644 index 0000000..a6ce3d4 --- /dev/null +++ b/static/images/newCommercialBI/carGuestRoom.svg @@ -0,0 +1,14 @@ + + + 服务区/地址备份_17 + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/carHave.svg b/static/images/newCommercialBI/carHave.svg new file mode 100644 index 0000000..ac21c89 --- /dev/null +++ b/static/images/newCommercialBI/carHave.svg @@ -0,0 +1,17 @@ + + + 形状_7 + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/carNoHave.svg b/static/images/newCommercialBI/carNoHave.svg new file mode 100644 index 0000000..c4e484e --- /dev/null +++ b/static/images/newCommercialBI/carNoHave.svg @@ -0,0 +1,17 @@ + + + 形状备份_8 + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/carPortrait.svg b/static/images/newCommercialBI/carPortrait.svg new file mode 100644 index 0000000..34eb2b9 --- /dev/null +++ b/static/images/newCommercialBI/carPortrait.svg @@ -0,0 +1,19 @@ + + + 服务区/地址备份_12 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/chargeGuest.svg b/static/images/newCommercialBI/chargeGuest.svg new file mode 100644 index 0000000..35cddd7 --- /dev/null +++ b/static/images/newCommercialBI/chargeGuest.svg @@ -0,0 +1,16 @@ + + + 服务区/地址_3 + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/chargePortraitBg.svg b/static/images/newCommercialBI/chargePortraitBg.svg new file mode 100644 index 0000000..0c543e1 --- /dev/null +++ b/static/images/newCommercialBI/chargePortraitBg.svg @@ -0,0 +1,16 @@ + + + 服务区/地址_5 + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/guestPortraitBg.svg b/static/images/newCommercialBI/guestPortraitBg.svg new file mode 100644 index 0000000..7788e61 --- /dev/null +++ b/static/images/newCommercialBI/guestPortraitBg.svg @@ -0,0 +1,165 @@ + + + 背景图/客群画像@2x + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/guestRoomGuest.svg b/static/images/newCommercialBI/guestRoomGuest.svg new file mode 100644 index 0000000..928dc2f --- /dev/null +++ b/static/images/newCommercialBI/guestRoomGuest.svg @@ -0,0 +1,14 @@ + + + 服务区/地址备份_8 + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/guestRoomPortrait.svg b/static/images/newCommercialBI/guestRoomPortrait.svg new file mode 100644 index 0000000..388d961 --- /dev/null +++ b/static/images/newCommercialBI/guestRoomPortrait.svg @@ -0,0 +1,14 @@ + + + 服务区/地址备份_14 + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/haveGuest.svg b/static/images/newCommercialBI/haveGuest.svg new file mode 100644 index 0000000..a85606e --- /dev/null +++ b/static/images/newCommercialBI/haveGuest.svg @@ -0,0 +1,17 @@ + + + 形状_4 + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/havePortrait.svg b/static/images/newCommercialBI/havePortrait.svg new file mode 100644 index 0000000..808e486 --- /dev/null +++ b/static/images/newCommercialBI/havePortrait.svg @@ -0,0 +1,17 @@ + + + 形状_6 + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/inspectionIcon.svg b/static/images/newCommercialBI/inspectionIcon.svg new file mode 100644 index 0000000..90efdb3 --- /dev/null +++ b/static/images/newCommercialBI/inspectionIcon.svg @@ -0,0 +1,41 @@ + + + 商业bi/交易画像_2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/managePortraitBg.svg b/static/images/newCommercialBI/managePortraitBg.svg new file mode 100644 index 0000000..d5787b3 --- /dev/null +++ b/static/images/newCommercialBI/managePortraitBg.svg @@ -0,0 +1,131 @@ + + + 背景图/客群画像@2x + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/newExamineIcon.svg b/static/images/newCommercialBI/newExamineIcon.svg new file mode 100644 index 0000000..8ef0a6a --- /dev/null +++ b/static/images/newCommercialBI/newExamineIcon.svg @@ -0,0 +1,47 @@ + + + 商业bi/经营画像_2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/noHaveGuest.svg b/static/images/newCommercialBI/noHaveGuest.svg new file mode 100644 index 0000000..6b130bf --- /dev/null +++ b/static/images/newCommercialBI/noHaveGuest.svg @@ -0,0 +1,17 @@ + + + 形状备份_5 + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newCommercialBI/noHavePortrait.svg b/static/images/newCommercialBI/noHavePortrait.svg new file mode 100644 index 0000000..7edceba --- /dev/null +++ b/static/images/newCommercialBI/noHavePortrait.svg @@ -0,0 +1,17 @@ + + + 形状备份_7 + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/1stTypeImg.svg b/static/images/newIndex2/1stTypeImg.svg new file mode 100644 index 0000000..b07805c --- /dev/null +++ b/static/images/newIndex2/1stTypeImg.svg @@ -0,0 +1,11 @@ + + + 首页/更多@2x + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/2stTypeImg.svg b/static/images/newIndex2/2stTypeImg.svg new file mode 100644 index 0000000..289582d --- /dev/null +++ b/static/images/newIndex2/2stTypeImg.svg @@ -0,0 +1,11 @@ + + + 首页/更多@2x + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/3stTypeImg.svg b/static/images/newIndex2/3stTypeImg.svg new file mode 100644 index 0000000..1f845e7 --- /dev/null +++ b/static/images/newIndex2/3stTypeImg.svg @@ -0,0 +1,11 @@ + + + 首页/更多@2x + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/4stTypeImg.svg b/static/images/newIndex2/4stTypeImg.svg new file mode 100644 index 0000000..6220fad --- /dev/null +++ b/static/images/newIndex2/4stTypeImg.svg @@ -0,0 +1,11 @@ + + + 首页/更多@2x + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/5stTypeImg.svg b/static/images/newIndex2/5stTypeImg.svg new file mode 100644 index 0000000..865b4ed --- /dev/null +++ b/static/images/newIndex2/5stTypeImg.svg @@ -0,0 +1,11 @@ + + + 首页/更多@2x + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/6stTypeImg.svg b/static/images/newIndex2/6stTypeImg.svg new file mode 100644 index 0000000..df15d9e --- /dev/null +++ b/static/images/newIndex2/6stTypeImg.svg @@ -0,0 +1,11 @@ + + + 首页/更多@2x + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/7stTypeImg.svg b/static/images/newIndex2/7stTypeImg.svg new file mode 100644 index 0000000..6bd1fac --- /dev/null +++ b/static/images/newIndex2/7stTypeImg.svg @@ -0,0 +1,11 @@ + + + 首页/更多@2x + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/8stTypeImg.svg b/static/images/newIndex2/8stTypeImg.svg new file mode 100644 index 0000000..fe4c435 --- /dev/null +++ b/static/images/newIndex2/8stTypeImg.svg @@ -0,0 +1,11 @@ + + + 首页/更多@2x + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/amountEntry.svg b/static/images/newIndex2/amountEntry.svg new file mode 100644 index 0000000..0488b38 --- /dev/null +++ b/static/images/newIndex2/amountEntry.svg @@ -0,0 +1,49 @@ + + + 收支预测/管理费用小计 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/amountReceived.svg b/static/images/newIndex2/amountReceived.svg new file mode 100644 index 0000000..a2f04f5 --- /dev/null +++ b/static/images/newIndex2/amountReceived.svg @@ -0,0 +1,42 @@ + + + 收支预测/管理费用小计 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/brandHouse.svg b/static/images/newIndex2/brandHouse.svg new file mode 100644 index 0000000..02a46ef --- /dev/null +++ b/static/images/newIndex2/brandHouse.svg @@ -0,0 +1,19 @@ + + + 蒙版@2x + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/comprehensive.svg b/static/images/newIndex2/comprehensive.svg new file mode 100644 index 0000000..8de2809 --- /dev/null +++ b/static/images/newIndex2/comprehensive.svg @@ -0,0 +1,44 @@ + + + 收支预测/管理费用小计 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/computer.svg b/static/images/newIndex2/computer.svg new file mode 100644 index 0000000..f60d92e --- /dev/null +++ b/static/images/newIndex2/computer.svg @@ -0,0 +1,55 @@ + + + 编组_72@2x + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/customersRate.svg b/static/images/newIndex2/customersRate.svg new file mode 100644 index 0000000..85d285f --- /dev/null +++ b/static/images/newIndex2/customersRate.svg @@ -0,0 +1,46 @@ + + + 收支预测/管理费用小计 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/festivalPage.svg b/static/images/newIndex2/festivalPage.svg new file mode 100644 index 0000000..76af17b --- /dev/null +++ b/static/images/newIndex2/festivalPage.svg @@ -0,0 +1,50 @@ + + + 编组_71@2x + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/itemQuantity.svg b/static/images/newIndex2/itemQuantity.svg new file mode 100644 index 0000000..a563680 --- /dev/null +++ b/static/images/newIndex2/itemQuantity.svg @@ -0,0 +1,48 @@ + + + 收支预测/管理费用小计 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/itemRate.svg b/static/images/newIndex2/itemRate.svg new file mode 100644 index 0000000..821fe7b --- /dev/null +++ b/static/images/newIndex2/itemRate.svg @@ -0,0 +1,46 @@ + + + 收支预测/管理费用小计 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/merchantsAmount.svg b/static/images/newIndex2/merchantsAmount.svg new file mode 100644 index 0000000..5c7d080 --- /dev/null +++ b/static/images/newIndex2/merchantsAmount.svg @@ -0,0 +1,42 @@ + + + 收支预测/管理费用小计 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/merchantsEntry.svg b/static/images/newIndex2/merchantsEntry.svg new file mode 100644 index 0000000..982ee30 --- /dev/null +++ b/static/images/newIndex2/merchantsEntry.svg @@ -0,0 +1,49 @@ + + + 收支预测/管理费用小计 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/merchantsReceivable.svg b/static/images/newIndex2/merchantsReceivable.svg new file mode 100644 index 0000000..ac9d2a3 --- /dev/null +++ b/static/images/newIndex2/merchantsReceivable.svg @@ -0,0 +1,49 @@ + + + 收支预测/管理费用小计 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/merchantsSum.svg b/static/images/newIndex2/merchantsSum.svg new file mode 100644 index 0000000..617bb35 --- /dev/null +++ b/static/images/newIndex2/merchantsSum.svg @@ -0,0 +1,45 @@ + + + 计划图标/便利店1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/newFestivalBg.svg b/static/images/newIndex2/newFestivalBg.svg new file mode 100644 index 0000000..ccd105e --- /dev/null +++ b/static/images/newIndex2/newFestivalBg.svg @@ -0,0 +1,19 @@ + + + 蒙版@2x + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/newRevenueBg.svg b/static/images/newIndex2/newRevenueBg.svg new file mode 100644 index 0000000..69efe0f --- /dev/null +++ b/static/images/newIndex2/newRevenueBg.svg @@ -0,0 +1,19 @@ + + + 蒙版@2x + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/officeBag.svg b/static/images/newIndex2/officeBag.svg new file mode 100644 index 0000000..313deaf --- /dev/null +++ b/static/images/newIndex2/officeBag.svg @@ -0,0 +1,44 @@ + + + 编组_73@2x + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/receivable.svg b/static/images/newIndex2/receivable.svg new file mode 100644 index 0000000..c716e24 --- /dev/null +++ b/static/images/newIndex2/receivable.svg @@ -0,0 +1,49 @@ + + + 收支预测/管理费用小计 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/sceneBg.svg b/static/images/newIndex2/sceneBg.svg new file mode 100644 index 0000000..5fdce68 --- /dev/null +++ b/static/images/newIndex2/sceneBg.svg @@ -0,0 +1,19 @@ + + + 蒙版@2x + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/serviceCar.svg b/static/images/newIndex2/serviceCar.svg new file mode 100644 index 0000000..73b6afa --- /dev/null +++ b/static/images/newIndex2/serviceCar.svg @@ -0,0 +1,59 @@ + + + 编组_67 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/statisticsBg.svg b/static/images/newIndex2/statisticsBg.svg new file mode 100644 index 0000000..83f66ec --- /dev/null +++ b/static/images/newIndex2/statisticsBg.svg @@ -0,0 +1,19 @@ + + + 蒙版@2x + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/sumLogo.svg b/static/images/newIndex2/sumLogo.svg new file mode 100644 index 0000000..a0916f3 --- /dev/null +++ b/static/images/newIndex2/sumLogo.svg @@ -0,0 +1,32 @@ + + + 计划图标/便利店1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/timeIcon.svg b/static/images/newIndex2/timeIcon.svg new file mode 100644 index 0000000..79c9d9f --- /dev/null +++ b/static/images/newIndex2/timeIcon.svg @@ -0,0 +1,26 @@ + + + 时间_2 + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/images/newIndex2/timeUpDown.svg b/static/images/newIndex2/timeUpDown.svg new file mode 100644 index 0000000..644f4f5 --- /dev/null +++ b/static/images/newIndex2/timeUpDown.svg @@ -0,0 +1,13 @@ + + + 时间备份_3 + + + + + + + + + + \ No newline at end of file diff --git a/static/public/font2/tzfy1e4Fbqbs.woff b/static/public/font2/tzfy1e4Fbqbs.woff new file mode 100644 index 0000000000000000000000000000000000000000..1fbc40932a4df17d04ee4670db1a5081265ca7bb GIT binary patch literal 5308 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 SeB&z$i?L+@)Is1);Qs(2Ud>$q diff --git a/static/public/revenueStatistics/stylesheet.css b/static/public/revenueStatistics/stylesheet.css new file mode 100644 index 0000000..03c1747 --- /dev/null +++ b/static/public/revenueStatistics/stylesheet.css @@ -0,0 +1,8 @@ +@font-face { + font-family: 'Alimama ShuHeiTi'; + src:url("/static/public/font2/tzfy1e4Fbqbs.woff"); + font-weight: bold; + font-style: normal; + font-display: swap; +} + diff --git a/static/public/revenueStatistics/uKTjcNOXuZpJ.woff b/static/public/revenueStatistics/uKTjcNOXuZpJ.woff new file mode 100644 index 0000000000000000000000000000000000000000..9328b6da526e4aa58a56e3fe43b62a8e9df981c8 GIT binary patch literal 3416 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¯H`tcC>D8#Mi4hGHpTm^EjF0%B89E|q+QG$!m*_E( zQ)|53`-V=|tN)$AAbQ@9+~Ps_ls2q}KMCW-waUD&y+$6#>fnvFtS)w#(NG=0dK>11lV)OhhIw`G*lnP_j$GuG=ch z=r`g@)Li;Ui^`3!&I*0Bw>(}Z4!mi7ly^KMfwy`UZgy+8he#-8EzliPOF<_+`~rR6 zpy8l0r^Pe$GG_nPUty%%JFWF}jm$pyBmqZ6>IbabIbpBl~p6_TAy%{z82&3y^&=oHdbqzvU!^!c(tD zjw8jhP~%Yln|0mF9=ZP0rJc*A4+U&Z^~$dFA8|;i&;I^*KjVO~Gf!ANtP%i(!^npJ z^f(lW{QW%<{Ar(|h~6MY2s09M8=?pJj!>omV841%_5m+|93UBVB9I3>2lxN>asc=j Dh@|?5 literal 0 HcmV?d00001