From 1d1ec7e1e90fcfb35db551f971c1e95e13eea075 Mon Sep 17 00:00:00 2001
From: lai <371757574@qq.com>
Date: Tue, 26 Sep 2023 09:44:30 +0800
Subject: [PATCH] =?UTF-8?q?--=E6=9B=B4=E6=94=B9=E6=96=87=E4=BB=B6=E5=A4=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/fault/history-alarm/index.vue | 11 -
src/views/faultManage/active-alarm/index.vue | 502 ++++++++++++++++++
.../alarm-forwarding}/index.vue | 0
.../fault-setting}/index.vue | 0
.../history-alarm}/index.vue | 0
5 files changed, 502 insertions(+), 11 deletions(-)
delete mode 100644 src/views/fault/history-alarm/index.vue
create mode 100644 src/views/faultManage/active-alarm/index.vue
rename src/views/{fault/active-alarm => faultManage/alarm-forwarding}/index.vue (100%)
rename src/views/{fault/alarm-forwarding => faultManage/fault-setting}/index.vue (100%)
rename src/views/{fault/fault-setting => faultManage/history-alarm}/index.vue (100%)
diff --git a/src/views/fault/history-alarm/index.vue b/src/views/fault/history-alarm/index.vue
deleted file mode 100644
index a66e68de..00000000
--- a/src/views/fault/history-alarm/index.vue
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
- {{ msg }}
-
-
-
diff --git a/src/views/faultManage/active-alarm/index.vue b/src/views/faultManage/active-alarm/index.vue
new file mode 100644
index 00000000..5c9c8794
--- /dev/null
+++ b/src/views/faultManage/active-alarm/index.vue
@@ -0,0 +1,502 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ t('common.search') }}
+
+
+
+ {{ t('common.reset') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ t('common.searchBarText') }}
+
+
+
+ {{ t('common.reloadText') }}
+
+
+
+
+
+ {{ t('common.sizeText') }}
+
+
+
+
+
+
+ {{
+ t('common.size.default')
+ }}
+ {{
+ t('common.size.middle')
+ }}
+ {{
+ t('common.size.small')
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查看详情
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ modalState.from.imsi }}
+
+
+
+
+ {{ modalState.from.msisdn }}
+
+
+
+
+ {{ modalState.from.ratType }}
+
+
+
+
+
+ {{ v.ipv4 }}
+ {{ v.ipv6 }}
+ {{ v.tai }}
+
+ {{ v.sstSD }}
+
+ {{ v.upfN3IP }}
+
+
+ {{ v.ranN3IP }}
+
+
+ {{ v.activeTime }}
+
+
+ {{ v.pduSessionID }}
+
+
+
+
+
+ {{ t('common.close') }}
+
+
+
+
+
+
+
diff --git a/src/views/fault/active-alarm/index.vue b/src/views/faultManage/alarm-forwarding/index.vue
similarity index 100%
rename from src/views/fault/active-alarm/index.vue
rename to src/views/faultManage/alarm-forwarding/index.vue
diff --git a/src/views/fault/alarm-forwarding/index.vue b/src/views/faultManage/fault-setting/index.vue
similarity index 100%
rename from src/views/fault/alarm-forwarding/index.vue
rename to src/views/faultManage/fault-setting/index.vue
diff --git a/src/views/fault/fault-setting/index.vue b/src/views/faultManage/history-alarm/index.vue
similarity index 100%
rename from src/views/fault/fault-setting/index.vue
rename to src/views/faultManage/history-alarm/index.vue