fix: UDM签约列名读取出错 SNSSAIs=>nssai
This commit is contained in:
@@ -116,7 +116,7 @@ let tableColumns: ColumnsType = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Subscribed SNSSAIs',
|
title: 'Subscribed SNSSAIs',
|
||||||
dataIndex: 'sar',
|
dataIndex: 'nssai',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 100,
|
width: 100,
|
||||||
},
|
},
|
||||||
@@ -134,7 +134,7 @@ let tableColumns: ColumnsType = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Service Area Restrict',
|
title: 'Service Area Restrict',
|
||||||
dataIndex: 'nssai',
|
dataIndex: 'sar',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 100,
|
width: 100,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user