From 693ed533f9482a8321188caec21c6f07596c7545 Mon Sep 17 00:00:00 2001
From: lai <371757574@qq.com>
Date: Mon, 24 Jun 2024 10:40:08 +0800
Subject: [PATCH] =?UTF-8?q?=E7=A7=9F=E6=88=B7=E7=95=8C=E9=9D=A2=E5=BD=92?=
=?UTF-8?q?=E7=B1=BB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/tenant/base5G/index.vue | 344 ++++++++++++++
src/views/tenant/operate/index.vue | 740 +++++++++++++++++++++++++++++
src/views/tenant/ue/index.vue | 487 +++++++++++++++++++
3 files changed, 1571 insertions(+)
create mode 100644 src/views/tenant/base5G/index.vue
create mode 100644 src/views/tenant/operate/index.vue
create mode 100644 src/views/tenant/ue/index.vue
diff --git a/src/views/tenant/base5G/index.vue b/src/views/tenant/base5G/index.vue
new file mode 100644
index 00000000..85417cec
--- /dev/null
+++ b/src/views/tenant/base5G/index.vue
@@ -0,0 +1,344 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ 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') }}
+
+
+
+
+
+
+
+
+
+ (col.width = w)"
+ >
+
+
+
+
+
+
diff --git a/src/views/tenant/operate/index.vue b/src/views/tenant/operate/index.vue
new file mode 100644
index 00000000..3158f9e2
--- /dev/null
+++ b/src/views/tenant/operate/index.vue
@@ -0,0 +1,740 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ t('common.search') }}
+
+
+ {{ t('common.reset') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ t('common.deleteText') }}
+
+
+
+ {{ t('views.system.log.operate.delAll') }}
+
+
+
+ {{ t('common.export') }}
+
+
+
+
+
+
+
+
+ {{ t('common.searchBarText') }}
+
+
+
+ {{ t('common.reloadText') }}
+
+
+
+
+
+ {{ t('common.sizeText') }}
+
+
+
+
+
+
+ {{ t('common.size.default') }}
+
+ {{ t('common.size.middle') }}
+
+ {{ t('common.size.small') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ t('common.viewText') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ modalState.from.operId }}
+
+
+
+
+
+ {{
+ [
+ t('views.system.log.operate.fail'),
+ t('views.system.log.operate.suss'),
+ ][+modalState.from.status]
+ }}
+
+
+
+
+
+
+
+ {{ modalState.from.title }} /
+
+
+
+
+
+ {{ modalState.from.operName }} / {{ modalState.from.operIp }}
+
+
+
+
+
+
+ {{ modalState.from.requestMethod }} -
+ {{ modalState.from.operUrl }}
+
+
+
+
+
+ {{ parseDateToStr(+modalState.from.operTime) }}
+
+
+
+
+
+
+
+ {{ modalState.from.costTime }} ms
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ t('common.cancel') }}
+
+
+
+
+
+
+
diff --git a/src/views/tenant/ue/index.vue b/src/views/tenant/ue/index.vue
new file mode 100644
index 00000000..223c2f01
--- /dev/null
+++ b/src/views/tenant/ue/index.vue
@@ -0,0 +1,487 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ 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('common.viewText') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ modalState.from.imsi }}
+
+
+
+
+ {{ modalState.from.msisdn }}
+
+
+
+
+ {{ modalState.from.ratType }}
+
+
+
+
+
+
+ {{ v.pduSessionID }}
+
+
+ {{ v.upState }}
+
+ {{ v.ipv4 }}
+ {{ v.ipv6 }}
+ {{ v.tai }}
+
+ {{ v.sstSD }}
+
+ {{ v.upfN3IP }}
+
+
+ {{ v.ranN3IP }}
+
+
+ {{ v.activeTime }}
+
+
+
+
+
+
+
+