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