From 3ecc0558b12e5bd639ef68ca870842692851210f Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Tue, 22 Oct 2024 16:11:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=AD=A6=E5=BC=B9=E6=A1=86=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E5=A2=9E=E5=8A=A0=E7=A6=81=E7=94=A8=E9=80=BB=E8=BE=91?= =?UTF-8?q?=E5=92=8C=E7=A6=81=E9=80=89=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/AlertMock.ts | 2 ++ src/components/alarm/alarmInfoDialog.vue | 30 +++++++++++++++++++++--- src/pages/AlarmInfoList.vue | 14 ++++++++++- src/protos/alertInfo.ts | 23 ++++++++++++++++++ src/stores/line-net-store.ts | 1 + xian-ncc-da-message | 2 +- 6 files changed, 67 insertions(+), 5 deletions(-) diff --git a/src/api/AlertMock.ts b/src/api/AlertMock.ts index f5d004d..74257a0 100644 --- a/src/api/AlertMock.ts +++ b/src/api/AlertMock.ts @@ -63,6 +63,8 @@ export interface Item { drivingInfo: string; submissionInfo: string; alarmStatus: number; + lineId: number; + lineType: string; } /** diff --git a/src/components/alarm/alarmInfoDialog.vue b/src/components/alarm/alarmInfoDialog.vue index b40b7e9..378ba67 100644 --- a/src/components/alarm/alarmInfoDialog.vue +++ b/src/components/alarm/alarmInfoDialog.vue @@ -49,11 +49,22 @@ />
- - + +
@@ -88,7 +99,7 @@