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