From 550a19e777386bd33ed71df1b142ac589e34c17a Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 26 Sep 2023 14:17:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=97=A5=E5=BF=97=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/logManage/alarm/index.vue | 962 +++++++++++++++++++++++ src/views/logManage/forwarding/index.vue | 962 +++++++++++++++++++++++ src/views/logManage/mml/index.vue | 432 ++++++++++ src/views/logManage/operation/index.vue | 503 ++++++++++++ src/views/logManage/security/index.vue | 962 +++++++++++++++++++++++ src/views/logManage/setting/index.vue | 503 ++++++++++++ 6 files changed, 4324 insertions(+) create mode 100644 src/views/logManage/alarm/index.vue create mode 100644 src/views/logManage/forwarding/index.vue create mode 100644 src/views/logManage/mml/index.vue create mode 100644 src/views/logManage/operation/index.vue create mode 100644 src/views/logManage/security/index.vue create mode 100644 src/views/logManage/setting/index.vue diff --git a/src/views/logManage/alarm/index.vue b/src/views/logManage/alarm/index.vue new file mode 100644 index 00000000..e0ca205a --- /dev/null +++ b/src/views/logManage/alarm/index.vue @@ -0,0 +1,962 @@ + + + + + + + + + + + + + + + + + + + {{ t('common.search') }} + + + + {{ t('common.reset') }} + + + + + + + + + + + + + + {{ t('common.addText') }} + + + + + + + + {{ t('common.searchBarText') }} + + + + {{ t('common.reloadText') }} + + + + + + {{ t('common.sizeText') }} + + + + + + + {{ + t('common.size.default') + }} + {{ + t('common.size.middle') + }} + {{ + t('common.size.small') + }} + + + + + + + + + + + + + + + + + {{ t('common.viewText') }} + + + + + + {{ t('common.editText') }} + + + + + + {{ t('common.deleteText') }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ modalState.from.msisdn }} + + + {{ modalState.from.imsi }} + + + + + + + + + {{ modalState.from.srcIp }} + + + + + {{ modalState.from.dstIp }} + + + + + {{ modalState.neTypeInterfaceSelect }} + + + {{ modalState.from.signalPort }} + + + + + + + + {{ modalState.from.comment }} + + + + {{ + t('common.close') + }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ t('views.trace.task.msisdnTip') }} + + + + + + + + + + + + {{ t('views.trace.task.imsiTip') }} + + + + + + + + + + + + + + + + + + {{ t('views.trace.task.srcIpTip') }} + + + + + + + + + + + + + + {{ t('views.trace.task.dstIpTip') }} + + + + + + + + + + + + + + + + + + t('views.trace.task.signalPortTip') + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/logManage/forwarding/index.vue b/src/views/logManage/forwarding/index.vue new file mode 100644 index 00000000..e0ca205a --- /dev/null +++ b/src/views/logManage/forwarding/index.vue @@ -0,0 +1,962 @@ + + + + + + + + + + + + + + + + + + + {{ t('common.search') }} + + + + {{ t('common.reset') }} + + + + + + + + + + + + + + {{ t('common.addText') }} + + + + + + + + {{ t('common.searchBarText') }} + + + + {{ t('common.reloadText') }} + + + + + + {{ t('common.sizeText') }} + + + + + + + {{ + t('common.size.default') + }} + {{ + t('common.size.middle') + }} + {{ + t('common.size.small') + }} + + + + + + + + + + + + + + + + + {{ t('common.viewText') }} + + + + + + {{ t('common.editText') }} + + + + + + {{ t('common.deleteText') }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ modalState.from.msisdn }} + + + {{ modalState.from.imsi }} + + + + + + + + + {{ modalState.from.srcIp }} + + + + + {{ modalState.from.dstIp }} + + + + + {{ modalState.neTypeInterfaceSelect }} + + + {{ modalState.from.signalPort }} + + + + + + + + {{ modalState.from.comment }} + + + + {{ + t('common.close') + }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ t('views.trace.task.msisdnTip') }} + + + + + + + + + + + + {{ t('views.trace.task.imsiTip') }} + + + + + + + + + + + + + + + + + + {{ t('views.trace.task.srcIpTip') }} + + + + + + + + + + + + + + {{ t('views.trace.task.dstIpTip') }} + + + + + + + + + + + + + + + + + + t('views.trace.task.signalPortTip') + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/logManage/mml/index.vue b/src/views/logManage/mml/index.vue new file mode 100644 index 00000000..036892ec --- /dev/null +++ b/src/views/logManage/mml/index.vue @@ -0,0 +1,432 @@ + + + + + + + + + + + + + {{ modalState.from.ip }} + + + + + + + + {{ t('views.trace.pcap.runText') }} + + + + + + + + {{ t('views.trace.pcap.runText') }} + + + + + + + + + + + + + + + + + {{ + runTime != 0 + ? t('views.trace.pcap.runTimeText', { s: runTime }) + : t('views.trace.pcap.runText') + }} + + + {{ t('views.trace.pcap.stopText') }} + + + + + + + + + + + + + + + {{ t('views.trace.pcap.capDownText') }} + + + + + + + + + + diff --git a/src/views/logManage/operation/index.vue b/src/views/logManage/operation/index.vue new file mode 100644 index 00000000..21f9b723 --- /dev/null +++ b/src/views/logManage/operation/index.vue @@ -0,0 +1,503 @@ + + + + + + + + + + + + + + + + + + + + + + + + {{ 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') + }} + + + + + + + + + + + + + + 查看详情 + + + + + + + + + + + + + {{ t('views.trace.analysis.signalData') }} + + {{ v.row }} + {{ v.code }} + {{ v.asciiText }} + + + + {{ t('views.trace.analysis.signalDetail') }} + + + + + {{ t('views.trace.analysis.taskDownText') }} + + + + + + + + diff --git a/src/views/logManage/security/index.vue b/src/views/logManage/security/index.vue new file mode 100644 index 00000000..e0ca205a --- /dev/null +++ b/src/views/logManage/security/index.vue @@ -0,0 +1,962 @@ + + + + + + + + + + + + + + + + + + + {{ t('common.search') }} + + + + {{ t('common.reset') }} + + + + + + + + + + + + + + {{ t('common.addText') }} + + + + + + + + {{ t('common.searchBarText') }} + + + + {{ t('common.reloadText') }} + + + + + + {{ t('common.sizeText') }} + + + + + + + {{ + t('common.size.default') + }} + {{ + t('common.size.middle') + }} + {{ + t('common.size.small') + }} + + + + + + + + + + + + + + + + + {{ t('common.viewText') }} + + + + + + {{ t('common.editText') }} + + + + + + {{ t('common.deleteText') }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ modalState.from.msisdn }} + + + {{ modalState.from.imsi }} + + + + + + + + + {{ modalState.from.srcIp }} + + + + + {{ modalState.from.dstIp }} + + + + + {{ modalState.neTypeInterfaceSelect }} + + + {{ modalState.from.signalPort }} + + + + + + + + {{ modalState.from.comment }} + + + + {{ + t('common.close') + }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ t('views.trace.task.msisdnTip') }} + + + + + + + + + + + + {{ t('views.trace.task.imsiTip') }} + + + + + + + + + + + + + + + + + + {{ t('views.trace.task.srcIpTip') }} + + + + + + + + + + + + + + {{ t('views.trace.task.dstIpTip') }} + + + + + + + + + + + + + + + + + + t('views.trace.task.signalPortTip') + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/logManage/setting/index.vue b/src/views/logManage/setting/index.vue new file mode 100644 index 00000000..21f9b723 --- /dev/null +++ b/src/views/logManage/setting/index.vue @@ -0,0 +1,503 @@ + + + + + + + + + + + + + + + + + + + + + + + + {{ 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') + }} + + + + + + + + + + + + + + 查看详情 + + + + + + + + + + + + + {{ t('views.trace.analysis.signalData') }} + + {{ v.row }} + {{ v.code }} + {{ v.asciiText }} + + + + {{ t('views.trace.analysis.signalDetail') }} + + + + + {{ t('views.trace.analysis.taskDownText') }} + + + + + + + +