From 2ef4261e1b82256b7a78890bd94b9327d73ac163 Mon Sep 17 00:00:00 2001
From: lai <371757574@qq.com>
Date: Wed, 15 Nov 2023 17:45:28 +0800
Subject: [PATCH] =?UTF-8?q?---=E5=AE=8C=E5=96=84=E5=9B=BD=E9=99=85?=
=?UTF-8?q?=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/i18n/locales/zh-CN.ts | 8 ++++----
src/views/neUser/auth/index.vue | 10 +++++-----
src/views/neUser/base5G/index.vue | 11 +++++------
src/views/neUser/ims/index.vue | 4 +---
src/views/neUser/ue/index.vue | 6 ++----
5 files changed, 17 insertions(+), 22 deletions(-)
diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts
index aacb9890..668a6fd7 100644
--- a/src/i18n/locales/zh-CN.ts
+++ b/src/i18n/locales/zh-CN.ts
@@ -458,7 +458,7 @@ export default {
auth: {
authInfo:'鉴权信息',
neTypePlease: '查询网元类型',
- neType: 'UDM网元类型',
+ neType: 'UDM网元对象',
export: '导出',
exportConfirm: '确认导出全部鉴权用户数据吗?',
import: '导入',
@@ -501,15 +501,15 @@ export default {
},
base5G: {
neTypePlease: '查询网元类型',
- neType: 'AMF网元类型',
+ neType: 'AMF网元对象',
},
ue: {
neTypePlease: '查询网元类型',
- neType: 'SMF网元类型',
+ neType: 'SMF网元对象',
},
ims: {
neTypePlease: '查询网元类型',
- neType: 'IMS网元类型',
+ neType: 'IMS网元对象',
},
},
perfManage: {
diff --git a/src/views/neUser/auth/index.vue b/src/views/neUser/auth/index.vue
index 979fce1e..4b7a337d 100644
--- a/src/views/neUser/auth/index.vue
+++ b/src/views/neUser/auth/index.vue
@@ -94,7 +94,7 @@ let tableColumns: ColumnsType = [
width: 3,
},
{
- title: 'STATUS',
+ title: 'Status',
dataIndex: 'status',
align: 'center',
width: 2,
@@ -112,7 +112,7 @@ let tableColumns: ColumnsType = [
// width: 10,
// },
{
- title: 'ALGO_INDEX',
+ title: 'ALGO Index',
dataIndex: 'algoIndex',
align: 'center',
width: 4,
@@ -934,7 +934,7 @@ onMounted(() => {
-
+
{{ modalState.from.algoIndex }}
@@ -1011,7 +1011,7 @@ onMounted(() => {
@@ -1116,7 +1116,7 @@ onMounted(() => {
diff --git a/src/views/neUser/base5G/index.vue b/src/views/neUser/base5G/index.vue
index ab4f4861..96f4c53e 100644
--- a/src/views/neUser/base5G/index.vue
+++ b/src/views/neUser/base5G/index.vue
@@ -64,25 +64,25 @@ let tableState: TabeStateType = reactive({
/**表格字段列 */
let tableColumns: ColumnsType = [
{
- title: 'GNB_ID',
+ title: 'GNB ID',
dataIndex: 'id',
align: 'center',
width: 2,
},
{
- title: 'ADDRESS',
+ title: 'GNB Address',
dataIndex: 'address',
align: 'center',
width: 3,
},
{
- title: 'GNB_NAME',
+ title: 'GNB Name',
dataIndex: 'name',
align: 'center',
width: 2,
},
{
- title: 'UE_NUM',
+ title: 'UE Number',
dataIndex: 'ueNum',
align: 'center',
width: 2,
@@ -194,11 +194,10 @@ onMounted(() => {
-
+
diff --git a/src/views/neUser/ims/index.vue b/src/views/neUser/ims/index.vue
index 0ddc386a..bd387360 100644
--- a/src/views/neUser/ims/index.vue
+++ b/src/views/neUser/ims/index.vue
@@ -91,7 +91,7 @@ let tableColumns: ColumnsType = [
width: 2,
},
{
- title: 'RegState',
+ title: 'Registration State',
dataIndex: 'regState',
align: 'center',
width: 2,
@@ -216,7 +216,6 @@ onMounted(() => {
@@ -225,7 +224,6 @@ onMounted(() => {
diff --git a/src/views/neUser/ue/index.vue b/src/views/neUser/ue/index.vue
index 3484b4c7..9f8b268c 100644
--- a/src/views/neUser/ue/index.vue
+++ b/src/views/neUser/ue/index.vue
@@ -99,7 +99,7 @@ let tableColumns: ColumnsType = [
width: 3,
},
{
- title: 'DnnList',
+ title: 'DNN List',
dataIndex: 'pduSessionInfo',
align: 'center',
customRender(opt) {
@@ -295,7 +295,6 @@ onMounted(() => {
@@ -304,7 +303,6 @@ onMounted(() => {
@@ -424,7 +422,7 @@ onMounted(() => {
-
+
{{ modalState.from.ratType }}