From 40ed65ebe8138ae2f1125cf11e5390ccc5e79db6 Mon Sep 17 00:00:00 2001 From: hui <770260999@qq.com> Date: Fri, 2 Feb 2024 17:16:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/AppMain.vue | 0 .../components/InnerLink/index.vue | 0 .../{_layout => layout}/components/Navbar.vue | 0 .../components/Settings/index.vue | 0 .../components/Sidebar/FixiOSBug.js | 0 .../components/Sidebar/Item.vue | 0 .../components/Sidebar/Link.vue | 0 .../components/Sidebar/Logo.vue | 0 .../components/Sidebar/SidebarItem.vue | 0 .../components/Sidebar/index.vue | 0 .../components/Sidebarblue/FixiOSBug.js | 0 .../components/Sidebarblue/ItemBlue.vue | 0 .../components/Sidebarblue/LinkBlue.vue | 0 .../components/Sidebarblue/LogoBlue.vue | 0 .../Sidebarblue/SidebarItemBlue.vue | 0 .../components/Sidebarblue/index.vue | 0 .../components/TagsView/ScrollPane.vue | 0 .../components/TagsView/index.vue | 0 .../{_layout => layout}/components/index.js | 0 ruoyi-ui/src/{_layout => layout}/index.vue | 1 + .../mixin/ResizeHandler.js | 0 ruoyi-ui/src/main.js | 4 +- ruoyi-ui/src/router/index.js | 30 +- ruoyi-ui/src/router/routerCreater.js | 1 - ruoyi-ui/src/settings.js | 2 +- .../views/JiHeExpressway/components/empty.vue | 2 + .../components/infoBoard/BoardInfoEditor.vue | 2 +- .../JiHeExpressway/images/deviceType/ball.svg | 44 +- .../views/JiHeExpressway/mixins/InfoBoard.js | 5 +- .../statisticalAnalysis/assets/charts.js | 23 +- .../components/deviceSummary/index.vue | 253 ++++++++ .../components/deviceUptime/assets/charts.js | 147 +---- .../components/deviceUptime/index.vue | 59 +- .../monthlyEquipment/EllipseData.vue | 105 ++++ .../components/monthlyEquipment/index.vue | 410 +++++-------- .../statisticalAnalysis/index.vue | 543 +++++------------- ruoyi-ui/vue.config.js | 5 +- 37 files changed, 774 insertions(+), 862 deletions(-) rename ruoyi-ui/src/{_layout => layout}/components/AppMain.vue (100%) rename ruoyi-ui/src/{_layout => layout}/components/InnerLink/index.vue (100%) rename ruoyi-ui/src/{_layout => layout}/components/Navbar.vue (100%) rename ruoyi-ui/src/{_layout => layout}/components/Settings/index.vue (100%) rename ruoyi-ui/src/{_layout => layout}/components/Sidebar/FixiOSBug.js (100%) rename ruoyi-ui/src/{_layout => layout}/components/Sidebar/Item.vue (100%) rename ruoyi-ui/src/{_layout => layout}/components/Sidebar/Link.vue (100%) rename ruoyi-ui/src/{_layout => layout}/components/Sidebar/Logo.vue (100%) rename ruoyi-ui/src/{_layout => layout}/components/Sidebar/SidebarItem.vue (100%) rename ruoyi-ui/src/{_layout => layout}/components/Sidebar/index.vue (100%) rename ruoyi-ui/src/{_layout => layout}/components/Sidebarblue/FixiOSBug.js (100%) rename ruoyi-ui/src/{_layout => layout}/components/Sidebarblue/ItemBlue.vue (100%) rename ruoyi-ui/src/{_layout => layout}/components/Sidebarblue/LinkBlue.vue (100%) rename ruoyi-ui/src/{_layout => layout}/components/Sidebarblue/LogoBlue.vue (100%) rename ruoyi-ui/src/{_layout => layout}/components/Sidebarblue/SidebarItemBlue.vue (100%) rename ruoyi-ui/src/{_layout => layout}/components/Sidebarblue/index.vue (100%) rename ruoyi-ui/src/{_layout => layout}/components/TagsView/ScrollPane.vue (100%) rename ruoyi-ui/src/{_layout => layout}/components/TagsView/index.vue (100%) rename ruoyi-ui/src/{_layout => layout}/components/index.js (100%) rename ruoyi-ui/src/{_layout => layout}/index.vue (99%) rename ruoyi-ui/src/{_layout => layout}/mixin/ResizeHandler.js (100%) create mode 100644 ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/statisticalAnalysis/components/deviceSummary/index.vue create mode 100644 ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/statisticalAnalysis/components/monthlyEquipment/EllipseData.vue diff --git a/ruoyi-ui/src/_layout/components/AppMain.vue b/ruoyi-ui/src/layout/components/AppMain.vue similarity index 100% rename from ruoyi-ui/src/_layout/components/AppMain.vue rename to ruoyi-ui/src/layout/components/AppMain.vue diff --git a/ruoyi-ui/src/_layout/components/InnerLink/index.vue b/ruoyi-ui/src/layout/components/InnerLink/index.vue similarity index 100% rename from ruoyi-ui/src/_layout/components/InnerLink/index.vue rename to ruoyi-ui/src/layout/components/InnerLink/index.vue diff --git a/ruoyi-ui/src/_layout/components/Navbar.vue b/ruoyi-ui/src/layout/components/Navbar.vue similarity index 100% rename from ruoyi-ui/src/_layout/components/Navbar.vue rename to ruoyi-ui/src/layout/components/Navbar.vue diff --git a/ruoyi-ui/src/_layout/components/Settings/index.vue b/ruoyi-ui/src/layout/components/Settings/index.vue similarity index 100% rename from ruoyi-ui/src/_layout/components/Settings/index.vue rename to ruoyi-ui/src/layout/components/Settings/index.vue diff --git a/ruoyi-ui/src/_layout/components/Sidebar/FixiOSBug.js b/ruoyi-ui/src/layout/components/Sidebar/FixiOSBug.js similarity index 100% rename from ruoyi-ui/src/_layout/components/Sidebar/FixiOSBug.js rename to ruoyi-ui/src/layout/components/Sidebar/FixiOSBug.js diff --git a/ruoyi-ui/src/_layout/components/Sidebar/Item.vue b/ruoyi-ui/src/layout/components/Sidebar/Item.vue similarity index 100% rename from ruoyi-ui/src/_layout/components/Sidebar/Item.vue rename to ruoyi-ui/src/layout/components/Sidebar/Item.vue diff --git a/ruoyi-ui/src/_layout/components/Sidebar/Link.vue b/ruoyi-ui/src/layout/components/Sidebar/Link.vue similarity index 100% rename from ruoyi-ui/src/_layout/components/Sidebar/Link.vue rename to ruoyi-ui/src/layout/components/Sidebar/Link.vue diff --git a/ruoyi-ui/src/_layout/components/Sidebar/Logo.vue b/ruoyi-ui/src/layout/components/Sidebar/Logo.vue similarity index 100% rename from ruoyi-ui/src/_layout/components/Sidebar/Logo.vue rename to ruoyi-ui/src/layout/components/Sidebar/Logo.vue diff --git a/ruoyi-ui/src/_layout/components/Sidebar/SidebarItem.vue b/ruoyi-ui/src/layout/components/Sidebar/SidebarItem.vue similarity index 100% rename from ruoyi-ui/src/_layout/components/Sidebar/SidebarItem.vue rename to ruoyi-ui/src/layout/components/Sidebar/SidebarItem.vue diff --git a/ruoyi-ui/src/_layout/components/Sidebar/index.vue b/ruoyi-ui/src/layout/components/Sidebar/index.vue similarity index 100% rename from ruoyi-ui/src/_layout/components/Sidebar/index.vue rename to ruoyi-ui/src/layout/components/Sidebar/index.vue diff --git a/ruoyi-ui/src/_layout/components/Sidebarblue/FixiOSBug.js b/ruoyi-ui/src/layout/components/Sidebarblue/FixiOSBug.js similarity index 100% rename from ruoyi-ui/src/_layout/components/Sidebarblue/FixiOSBug.js rename to ruoyi-ui/src/layout/components/Sidebarblue/FixiOSBug.js diff --git a/ruoyi-ui/src/_layout/components/Sidebarblue/ItemBlue.vue b/ruoyi-ui/src/layout/components/Sidebarblue/ItemBlue.vue similarity index 100% rename from ruoyi-ui/src/_layout/components/Sidebarblue/ItemBlue.vue rename to ruoyi-ui/src/layout/components/Sidebarblue/ItemBlue.vue diff --git a/ruoyi-ui/src/_layout/components/Sidebarblue/LinkBlue.vue b/ruoyi-ui/src/layout/components/Sidebarblue/LinkBlue.vue similarity index 100% rename from ruoyi-ui/src/_layout/components/Sidebarblue/LinkBlue.vue rename to ruoyi-ui/src/layout/components/Sidebarblue/LinkBlue.vue diff --git a/ruoyi-ui/src/_layout/components/Sidebarblue/LogoBlue.vue b/ruoyi-ui/src/layout/components/Sidebarblue/LogoBlue.vue similarity index 100% rename from ruoyi-ui/src/_layout/components/Sidebarblue/LogoBlue.vue rename to ruoyi-ui/src/layout/components/Sidebarblue/LogoBlue.vue diff --git a/ruoyi-ui/src/_layout/components/Sidebarblue/SidebarItemBlue.vue b/ruoyi-ui/src/layout/components/Sidebarblue/SidebarItemBlue.vue similarity index 100% rename from ruoyi-ui/src/_layout/components/Sidebarblue/SidebarItemBlue.vue rename to ruoyi-ui/src/layout/components/Sidebarblue/SidebarItemBlue.vue diff --git a/ruoyi-ui/src/_layout/components/Sidebarblue/index.vue b/ruoyi-ui/src/layout/components/Sidebarblue/index.vue similarity index 100% rename from ruoyi-ui/src/_layout/components/Sidebarblue/index.vue rename to ruoyi-ui/src/layout/components/Sidebarblue/index.vue diff --git a/ruoyi-ui/src/_layout/components/TagsView/ScrollPane.vue b/ruoyi-ui/src/layout/components/TagsView/ScrollPane.vue similarity index 100% rename from ruoyi-ui/src/_layout/components/TagsView/ScrollPane.vue rename to ruoyi-ui/src/layout/components/TagsView/ScrollPane.vue diff --git a/ruoyi-ui/src/_layout/components/TagsView/index.vue b/ruoyi-ui/src/layout/components/TagsView/index.vue similarity index 100% rename from ruoyi-ui/src/_layout/components/TagsView/index.vue rename to ruoyi-ui/src/layout/components/TagsView/index.vue diff --git a/ruoyi-ui/src/_layout/components/index.js b/ruoyi-ui/src/layout/components/index.js similarity index 100% rename from ruoyi-ui/src/_layout/components/index.js rename to ruoyi-ui/src/layout/components/index.js diff --git a/ruoyi-ui/src/_layout/index.vue b/ruoyi-ui/src/layout/index.vue similarity index 99% rename from ruoyi-ui/src/_layout/index.vue rename to ruoyi-ui/src/layout/index.vue index fe8f9720..b2f24420 100644 --- a/ruoyi-ui/src/_layout/index.vue +++ b/ruoyi-ui/src/layout/index.vue @@ -1,5 +1,6 @@