fix: 终端>5G基站信息

This commit is contained in:
TsMask
2023-11-07 10:55:50 +08:00
parent 8c8e28d894
commit 4acdbbb1f6

View File

@@ -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>