diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 20d2151a..23fabe51 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -1058,7 +1058,7 @@ export default { sysLogoInstruction1: 'If you want to change the image, please adjust it accordingly before uploading.', sysLogoInstruction2: 'Show the whole picture to the system logo area, please use transparent background, size ratio size', sysLogoInstruction3: 'Displayed as logo + system name to the system logo area.', - sysLogoInstruction4: 'Logo size ratio size', + sysLogoInstruction4: 'Logo size ratio', sysName: 'System Name', sysNameLimitation: 'System Name Restrictions', sysNameTipContent: 'Confirm that you want to submit the current changed system name?', diff --git a/src/views/neUser/base5G/index.vue b/src/views/neUser/base5G/index.vue index c76d4e12..d2a214a8 100644 --- a/src/views/neUser/base5G/index.vue +++ b/src/views/neUser/base5G/index.vue @@ -67,19 +67,19 @@ let tableState: TabeStateType = reactive({ /**表格字段列 */ let tableColumns: ColumnsType = [ { - title: 'GNB ID', + title: 'NodeB ID', dataIndex: 'id', align: 'center', width: 2, }, { - title: 'GNB Address', + title: 'NodeB Address', dataIndex: 'address', align: 'center', width: 3, }, { - title: 'GNB Name', + title: 'NodeB Name', dataIndex: 'name', align: 'center', width: 2, @@ -202,7 +202,7 @@ onMounted(() => { - +