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