fix: cell information to NodeB Information

This commit is contained in:
2023-11-28 19:33:18 +08:00
parent 37d59bf7da
commit 4cd896abfe
2 changed files with 5 additions and 5 deletions

View File

@@ -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?',

View File

@@ -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(() => {
</a-form-item>
</a-col>
<a-col :lg="6" :md="12" :xs="24">
<a-form-item label="GNB ID" name="id">
<a-form-item label="NodeB ID" name="id">
<a-input v-model:value="queryParams.id" allow-clear></a-input>
</a-form-item>
</a-col>