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(() => { - +