style: 终端-基站信息Radio Name列宽调整
This commit is contained in:
@@ -26,7 +26,7 @@ export async function listBase5G(query: Record<string, any>) {
|
|||||||
data.rows = rows;
|
data.rows = rows;
|
||||||
}
|
}
|
||||||
// 模拟数据
|
// 模拟数据
|
||||||
// data.rows =[{"address":"192.168.1.137:38412","id":"217","name":"","ueNum":0}]
|
// data.rows =[{"address":"192.168.1.137:38412","id":"217","name":"attach-enb-100000-20","ueNum":0}]
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -87,8 +87,8 @@ let tableColumns: ColumnsType = [
|
|||||||
{
|
{
|
||||||
title: 'Radio Name',
|
title: 'Radio Name',
|
||||||
dataIndex: 'name',
|
dataIndex: 'name',
|
||||||
align: 'center',
|
align: 'left',
|
||||||
width: 150,
|
width: 300,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Radio Address',
|
title: 'Radio Address',
|
||||||
|
|||||||
Reference in New Issue
Block a user