style: 调整UDM用户数据表格靠左
This commit is contained in:
@@ -78,7 +78,7 @@ type TabeStateType = {
|
||||
/**表格状态 */
|
||||
let tableState: TabeStateType = reactive({
|
||||
loading: false,
|
||||
size: 'middle',
|
||||
size: 'small',
|
||||
striped: false,
|
||||
seached: true,
|
||||
data: [],
|
||||
@@ -111,55 +111,54 @@ let tableColumns: ColumnsType = [
|
||||
{
|
||||
title: 'Subscribed AMBR Temp',
|
||||
dataIndex: 'ambr',
|
||||
align: 'center',
|
||||
minWidth: 100,
|
||||
align: 'left',
|
||||
width: 200,
|
||||
},
|
||||
{
|
||||
title: 'Subscribed SNSSAIs Temp',
|
||||
dataIndex: 'sar',
|
||||
align: 'center',
|
||||
minWidth: 100,
|
||||
align: 'left',
|
||||
width: 200,
|
||||
},
|
||||
{
|
||||
title: 'RAT Restriction',
|
||||
dataIndex: 'rat',
|
||||
align: 'center',
|
||||
minWidth: 100,
|
||||
align: 'left',
|
||||
width: 200,
|
||||
},
|
||||
{
|
||||
title: 'Forbidden Areas Temp',
|
||||
dataIndex: 'arfb',
|
||||
align: 'center',
|
||||
minWidth: 100,
|
||||
align: 'left',
|
||||
width: 200,
|
||||
},
|
||||
{
|
||||
title: 'Service Area Restrict Temp',
|
||||
dataIndex: 'nssai',
|
||||
align: 'center',
|
||||
minWidth: 100,
|
||||
align: 'left',
|
||||
width: 200,
|
||||
},
|
||||
{
|
||||
title: 'CN Type Restriction',
|
||||
dataIndex: 'cn',
|
||||
align: 'center',
|
||||
minWidth: 100,
|
||||
},
|
||||
{
|
||||
title: 'Subscribed Data',
|
||||
dataIndex: 'smData',
|
||||
align: 'center',
|
||||
minWidth: 100,
|
||||
align: 'left',
|
||||
width: 200,
|
||||
},
|
||||
{
|
||||
title: 'EPS Flag',
|
||||
dataIndex: 'epsFlag',
|
||||
align: 'center',
|
||||
minWidth: 100,
|
||||
align: 'left',
|
||||
width: 100,
|
||||
},
|
||||
{
|
||||
title: 'Subscribed Data',
|
||||
dataIndex: 'smData',
|
||||
align: 'left',
|
||||
},
|
||||
{
|
||||
title: t('common.operate'),
|
||||
key: 'imsi',
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
fixed: 'right',
|
||||
width: 100,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user