fix: 终端>5G基站信息
This commit is contained in:
@@ -67,21 +67,25 @@ let tableColumns: ColumnsType = [
|
||||
title: 'GNB_ID',
|
||||
dataIndex: 'id',
|
||||
align: 'center',
|
||||
width: 2,
|
||||
},
|
||||
{
|
||||
title: 'ADDRESS',
|
||||
dataIndex: 'address',
|
||||
align: 'center',
|
||||
width: 3,
|
||||
},
|
||||
{
|
||||
title: 'GNB_NAME',
|
||||
dataIndex: 'name',
|
||||
align: 'center',
|
||||
width: 2,
|
||||
},
|
||||
{
|
||||
title: 'UE_NUM',
|
||||
dataIndex: 'ueNum',
|
||||
align: 'center',
|
||||
width: 2,
|
||||
},
|
||||
];
|
||||
|
||||
@@ -274,7 +278,7 @@ onMounted(() => {
|
||||
:data-source="tableState.data"
|
||||
:size="tableState.size"
|
||||
:pagination="tablePagination"
|
||||
:scroll="{ x: true,y:400 }"
|
||||
:scroll="{ x: 1000, y:400 }"
|
||||
>
|
||||
</a-table>
|
||||
</a-card>
|
||||
|
||||
Reference in New Issue
Block a user