From 28b54dad8a8d2e6a395987ebe87989317e180eb8 Mon Sep 17 00:00:00 2001 From: renpy Date: Wed, 19 Jul 2023 09:34:38 +0800 Subject: [PATCH] =?UTF-8?q?alarm=20center=E6=A8=A1=E5=9D=97=EF=BC=8Calarm?= =?UTF-8?q?=20history=20=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../alarmCenter/alarmHistory/index.vue | 130 +++++++++++++++- .../abnormalAlarm/components/searchBar.vue | 144 ++++++++++++++++++ src/views/abnormalAlarm/index.vue | 3 - 3 files changed, 267 insertions(+), 10 deletions(-) create mode 100644 src/views/abnormalAlarm/components/searchBar.vue delete mode 100644 src/views/abnormalAlarm/index.vue diff --git a/src/views/abnormalAlarm/alarmCenter/alarmHistory/index.vue b/src/views/abnormalAlarm/alarmCenter/alarmHistory/index.vue index 51f0ffc..cd23274 100644 --- a/src/views/abnormalAlarm/alarmCenter/alarmHistory/index.vue +++ b/src/views/abnormalAlarm/alarmCenter/alarmHistory/index.vue @@ -1,15 +1,131 @@ - \ No newline at end of file diff --git a/src/views/abnormalAlarm/components/searchBar.vue b/src/views/abnormalAlarm/components/searchBar.vue new file mode 100644 index 0000000..3d4b05f --- /dev/null +++ b/src/views/abnormalAlarm/components/searchBar.vue @@ -0,0 +1,144 @@ + + + + + \ No newline at end of file diff --git a/src/views/abnormalAlarm/index.vue b/src/views/abnormalAlarm/index.vue deleted file mode 100644 index 78a569b..0000000 --- a/src/views/abnormalAlarm/index.vue +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file