From 26adb1a4b89d6d4176a62d81b1d7957dd98a37e1 Mon Sep 17 00:00:00 2001 From: zhangzhang <1747194829@qq.com> Date: Fri, 12 Apr 2024 15:59:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E5=BA=A6=E8=81=94=E7=BB=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/api/commandDispatch/index.js | 9 + .../components/Descriptions.vue | 27 +- .../CrowdnessIndicatorRankings/charts.js | 83 ++++ .../CrowdnessIndicatorRankings/index.vue | 39 +- .../StatsDialogVisible/index.vue | 373 ++++++++++++++++++ .../Cards/DispatchLiaison/index.vue | 171 +++++--- ruoyi-ui/vue.config.js | 4 +- 7 files changed, 623 insertions(+), 83 deletions(-) create mode 100644 ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/CrowdnessIndicatorRankings/charts.js create mode 100644 ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DispatchLiaison/StatsDialogVisible/index.vue diff --git a/ruoyi-ui/src/api/commandDispatch/index.js b/ruoyi-ui/src/api/commandDispatch/index.js index 967cdc8a..ca7af949 100644 --- a/ruoyi-ui/src/api/commandDispatch/index.js +++ b/ruoyi-ui/src/api/commandDispatch/index.js @@ -11,3 +11,12 @@ export function WeatherForecast(lng, lat) { method: "get", }); } + +// 查询调度联络 +export function commandDispatch(data) { + return request({ + url: "/business/warning/commandAndDispatch", + method: "post", + data, + }); +} diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/Descriptions.vue b/ruoyi-ui/src/views/JiHeExpressway/components/Descriptions.vue index 1ed8c50e..1db5ee26 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/components/Descriptions.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/components/Descriptions.vue @@ -1,8 +1,16 @@