From 325e86486d49f9b6990ca0890df95a391d89be2f Mon Sep 17 00:00:00 2001
From: zhangzhang <1747194829@qq.com>
Date: Fri, 17 May 2024 10:09:57 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ruoyi-ui/src/common/menuData.js | 65 +++++++-------
.../TimeLine/TimeLine2/DescCard.vue | 35 +++++++-
.../Cards/DeviceControl/index.vue | 1 +
.../StatsDialogVisible/index.vue | 9 ++
.../Cards/DispatchLiaison/index.vue | 36 +++++---
.../DisposalProcess/DialogVisible/index.vue | 11 ++-
.../Cards/DisposalProcess/index.vue | 56 ++++++++++--
.../emergencyProcessManagement/index.vue | 88 ++++++++++++-------
8 files changed, 209 insertions(+), 92 deletions(-)
diff --git a/ruoyi-ui/src/common/menuData.js b/ruoyi-ui/src/common/menuData.js
index fabf1536..c554758b 100644
--- a/ruoyi-ui/src/common/menuData.js
+++ b/ruoyi-ui/src/common/menuData.js
@@ -36,7 +36,7 @@ export default [
path: "/perception/trafficSituation",
name: "perceptionTrafficSituation",
component: "perception/trafficSituation/index.vue",
- }
+ },
],
},
{
@@ -113,14 +113,14 @@ export default [
path: "/control/device/strategy",
name: "controlDeviceStrategy",
component: "control/device/strategy/index.vue",
- }
+ },
],
},
{
title: "扫码报警",
name: "controlQR",
path: "/control/qrCode",
- component: "control/qrCode/index.vue"
+ component: "control/qrCode/index.vue",
},
{
title: "非机预警",
@@ -137,9 +137,9 @@ export default [
name: "controlManualStatistic",
path: "/control/manual/statistic",
component: "control/manual/statistic/index.vue",
- }
- ]
- }
+ },
+ ],
+ },
],
},
{
@@ -149,40 +149,43 @@ export default [
path: "/maintain",
children: [
{
- title:"收费运营",
- name:"fee",
+ title: "收费运营",
+ name: "fee",
path: "/maintain/fee",
- component: "maintenanceOperations/chargeableOperations/index.vue"
- },{
- title:"智能养护",
- name:"smart",
- children:[
+ component: "maintenanceOperations/chargeableOperations/index.vue",
+ },
+ {
+ title: "智能养护",
+ name: "smart",
+ children: [
{
- title: "统计分析",
- name: "smartStatistic",
- path: "/maintain/smart/statistic",
- component: "maintenanceOperations/smart/statisticalAnalysis/index.vue",
+ title: "统计分析",
+ name: "smartStatistic",
+ path: "/maintain/smart/statistic",
+ component:
+ "maintenanceOperations/smart/statisticalAnalysis/index.vue",
},
{
title: "网络拓扑",
name: "smartTopology",
path: "/maintain/smart/topology",
- component: "maintenanceOperations/smart/topology/index.vue"
+ component: "maintenanceOperations/smart/topology/index.vue",
},
{
title: "设备管理",
name: "smartDeviceMange",
path: "/maintain/smart/manage",
- component: "maintenanceOperations/smart/manage/index.vue"
- }
- ]
- }, {
+ component: "maintenanceOperations/smart/manage/index.vue",
+ },
+ ],
+ },
+ {
title: "边坡光伏",
name: "photovoltaic",
path: "/maintain/photovoltaic",
- component: "developing.vue"
- }
- ]
+ component: "developing.vue",
+ },
+ ],
},
{
title: "公众服务",
@@ -219,10 +222,10 @@ export default [
title: "信息发布管理",
name: "InformationReleaseManagement",
path: "/service/InformationReleaseManagement",
- component: "service/InformationReleaseManagement/index.vue"
- },
- {
- title: "公众服务统计",
+ component: "service/InformationReleaseManagement/index.vue",
+ },
+ {
+ title: "公众服务统计",
name: "publicService",
path: "/service/publicService",
component: "service/publicService/index.vue",
@@ -265,8 +268,8 @@ export default [
name: "roadNet",
path: "/datav/roadNet",
component: "datav/roadNet/index.vue",
- hide:true
- }
+ hide: true,
+ },
],
},
{
diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/TimeLine/TimeLine2/DescCard.vue b/ruoyi-ui/src/views/JiHeExpressway/components/TimeLine/TimeLine2/DescCard.vue
index a229b4e1..4b27fb04 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/components/TimeLine/TimeLine2/DescCard.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/components/TimeLine/TimeLine2/DescCard.vue
@@ -6,12 +6,30 @@
{{ data.name }}
{{ data.posts }}
+
节点:{{ data.processName }}
+
+ {{ data.url }}
+
-
+
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DeviceControl/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DeviceControl/index.vue
index 5ee0890a..ff4c5207 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DeviceControl/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DeviceControl/index.vue
@@ -45,6 +45,7 @@ export default {
inject: ["provideData"],
data() {
return {
+ tableData: [],
data: null,
};
},
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DispatchLiaison/StatsDialogVisible/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DispatchLiaison/StatsDialogVisible/index.vue
index 437333ca..c7050b1c 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DispatchLiaison/StatsDialogVisible/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DispatchLiaison/StatsDialogVisible/index.vue
@@ -222,6 +222,15 @@ export default {
background: #1b586d;
color: #fff;
}
+::v-deep .el-table td.el-table__cell div {
+ line-height: 30px;
+}
+::v-deep .el-checkbox-group {
+ text-align: left;
+ .el-checkbox {
+ min-width: 70px;
+ }
+}
::v-deep .el-table tr {
border: 1px solid #07aec6;
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DispatchLiaison/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DispatchLiaison/index.vue
index 4ea38237..6e3654f9 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DispatchLiaison/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DispatchLiaison/index.vue
@@ -18,7 +18,10 @@
值班领导:
-
+
{{ item.shiftsName }}:
{{ item.shiftsNumber }}
@@ -27,24 +30,27 @@
> -->
+
-
路管人员:
-
+
{{ item.resourceName }}:
{{ item.resourceValue }}
+
-
救援车辆:
-
+
{{ item.resourceValue }}
{{ item.vehicleText }}
+
-
{
- if (element.dispatchType == 1) {
- this.staff.push(element);
- } else {
- this.vehicle.push(element);
- }
- });
+ if (res.data && res.data.resource && res.data.resource.resource) {
+ res.data.resource.resource.forEach((element) => {
+ if (element.dispatchType == 1) {
+ this.staff.push(element);
+ } else {
+ this.vehicle.push(element);
+ }
+ });
+ }
+
this.vehicleTypeList.forEach((i) => {
this.vehicle.forEach((item) => {
if (item.resourceName == i.dictValue) {
@@ -193,7 +203,7 @@ export default {
color: #38d2e7;
}
.value {
- width: 85%;
+ width: 80%;
font-size: 13px;
color: #fff;
display: flex;
diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DisposalProcess/DialogVisible/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DisposalProcess/DialogVisible/index.vue
index e54a090f..74c551d0 100644
--- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DisposalProcess/DialogVisible/index.vue
+++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DisposalProcess/DialogVisible/index.vue
@@ -226,7 +226,7 @@