fix: 根据配置隐藏多语言选择
This commit is contained in:
@@ -69,26 +69,26 @@ let tableColumns: ColumnsType = [
|
||||
{
|
||||
title: 'NodeB ID',
|
||||
dataIndex: 'id',
|
||||
align: 'center',
|
||||
width: 2,
|
||||
align: 'left',
|
||||
width: 150,
|
||||
},
|
||||
{
|
||||
title: 'NodeB Address',
|
||||
dataIndex: 'address',
|
||||
align: 'center',
|
||||
width: 3,
|
||||
title: 'UE Number',
|
||||
dataIndex: 'ueNum',
|
||||
align: 'left',
|
||||
width: 150,
|
||||
},
|
||||
{
|
||||
title: 'NodeB Name',
|
||||
dataIndex: 'name',
|
||||
align: 'left',
|
||||
width: 2,
|
||||
width: 150,
|
||||
},
|
||||
{
|
||||
title: 'UE Number',
|
||||
dataIndex: 'ueNum',
|
||||
align: 'center',
|
||||
width: 2,
|
||||
title: 'NodeB Address',
|
||||
dataIndex: 'address',
|
||||
align: 'left',
|
||||
minWidth: 150,
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user