fix: 终端>IMS在线用户
This commit is contained in:
@@ -70,36 +70,37 @@ let tableColumns: ColumnsType = [
|
|||||||
title: 'IMSI',
|
title: 'IMSI',
|
||||||
dataIndex: 'imsi',
|
dataIndex: 'imsi',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
|
width: 3,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'MSISDN',
|
title: 'MSISDN',
|
||||||
dataIndex: 'msisdn',
|
dataIndex: 'msisdn',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
|
width: 3,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'IMPU',
|
title: 'IMPU',
|
||||||
dataIndex: 'impu',
|
dataIndex: 'impu',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
|
width: 5,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Barring',
|
title: 'Barring',
|
||||||
dataIndex: 'barring',
|
dataIndex: 'barring',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
|
width: 2,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'RegState',
|
title: 'RegState',
|
||||||
dataIndex: 'regState',
|
dataIndex: 'regState',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
|
width: 2,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Active Time',
|
title: 'Active Time',
|
||||||
dataIndex: 'activeTime',
|
dataIndex: 'activeTime',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
},
|
width: 3,
|
||||||
{
|
|
||||||
title: t('common.operate'),
|
|
||||||
key: 'imsi',
|
|
||||||
align: 'center',
|
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -140,7 +141,7 @@ function fnTableSize({ key }: MenuInfo) {
|
|||||||
function fnGetList(pageNum?: number) {
|
function fnGetList(pageNum?: number) {
|
||||||
if (tableState.loading) return;
|
if (tableState.loading) return;
|
||||||
tableState.loading = true;
|
tableState.loading = true;
|
||||||
if(pageNum){
|
if (pageNum) {
|
||||||
queryParams.pageNum = pageNum;
|
queryParams.pageNum = pageNum;
|
||||||
}
|
}
|
||||||
listIMS(toRaw(queryParams)).then(res => {
|
listIMS(toRaw(queryParams)).then(res => {
|
||||||
@@ -304,7 +305,7 @@ onMounted(() => {
|
|||||||
:data-source="tableState.data"
|
:data-source="tableState.data"
|
||||||
:size="tableState.size"
|
:size="tableState.size"
|
||||||
:pagination="tablePagination"
|
:pagination="tablePagination"
|
||||||
:scroll="{ x: true,y:400 }"
|
:scroll="{ x: 1200, y: 400 }"
|
||||||
>
|
>
|
||||||
</a-table>
|
</a-table>
|
||||||
</a-card>
|
</a-card>
|
||||||
|
|||||||
Reference in New Issue
Block a user