From 86bd056d804d30fc5d4a1aeb326383655b5949a8 Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Wed, 10 Jan 2024 14:28:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E8=8B=B1=E6=96=87=E7=BF=BB=E8=AF=91?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 2 +- src/views/neUser/base5G/index.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 5003c5d9..ac911d0c 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -1213,7 +1213,7 @@ export default { }, system:{ user: { - userInfo:'User Info', + userInfo:' User Info', userNum: 'User Number', account: 'Account', userName: 'User Name', diff --git a/src/views/neUser/base5G/index.vue b/src/views/neUser/base5G/index.vue index afe2a529..3865c1d1 100644 --- a/src/views/neUser/base5G/index.vue +++ b/src/views/neUser/base5G/index.vue @@ -67,7 +67,7 @@ let tableState: TabeStateType = reactive({ /**表格字段列 */ let tableColumns: ColumnsType = [ { - title: 'NodeB ID', + title: 'Radios ID', dataIndex: 'id', align: 'center', width: 100, @@ -79,13 +79,13 @@ let tableColumns: ColumnsType = [ width: 100, }, { - title: 'NodeB Name', + title: 'Radios Name', dataIndex: 'name', align: 'center', width: 150, }, { - title: 'NodeB Address', + title: 'Radios Address', dataIndex: 'address', align: 'left', }, @@ -201,7 +201,7 @@ onMounted(() => { - +