From 4bc3d865831be66fd2c3971b6f2e71bb6d52ae6b Mon Sep 17 00:00:00 2001 From: Joe <1712833832@qq.com> Date: Thu, 25 Jan 2024 14:41:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A4=E9=80=9A=E4=BA=8B=E4=BB=B6=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Dialogs/TrafficIncidents/index.vue | 4 ++-- ruoyi-ui/src/views/JiHeExpressway/utils/enum.js | 12 +++++++++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/TrafficIncidents/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/TrafficIncidents/index.vue index d868493e..ea19cb5a 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/TrafficIncidents/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/TrafficIncidents/index.vue @@ -37,7 +37,7 @@ export default { list: [ { label: '机构', - key: "origin", + key: "organizationName", gridColumn: '3' }, { @@ -63,7 +63,7 @@ export default { }, { label: '车道列表', - key: "roadName23", + key: "lang", gridColumn: '2' }, { diff --git a/ruoyi-ui/src/views/JiHeExpressway/utils/enum.js b/ruoyi-ui/src/views/JiHeExpressway/utils/enum.js index b8e54e08..050dff77 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/utils/enum.js +++ b/ruoyi-ui/src/views/JiHeExpressway/utils/enum.js @@ -88,9 +88,15 @@ export const EventTopics = { // 事件类型 eventType export const EventType = { - 0: "待确认", - 1: "处理中", - 2: "已完成", + 0: { + text: "待确认", + }, + 1: { + text: "处理中", + }, + 2: { + text: "已完成", + }, }; // 信息来源 warningSource