fix: 终端>UE在线信息
This commit is contained in:
@@ -77,6 +77,7 @@ let tableColumns: ColumnsType = [
|
|||||||
}
|
}
|
||||||
return opt.value;
|
return opt.value;
|
||||||
},
|
},
|
||||||
|
width: 3,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'MSISDN',
|
title: 'MSISDN',
|
||||||
@@ -89,11 +90,13 @@ let tableColumns: ColumnsType = [
|
|||||||
}
|
}
|
||||||
return opt.value;
|
return opt.value;
|
||||||
},
|
},
|
||||||
|
width: 3,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'RatType',
|
title: 'RatType',
|
||||||
dataIndex: 'ratType',
|
dataIndex: 'ratType',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
|
width: 3,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'DnnList',
|
title: 'DnnList',
|
||||||
@@ -111,11 +114,13 @@ let tableColumns: ColumnsType = [
|
|||||||
}
|
}
|
||||||
return '';
|
return '';
|
||||||
},
|
},
|
||||||
|
width: 5,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('common.operate'),
|
title: t('common.operate'),
|
||||||
key: 'imsi',
|
key: 'imsi',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
|
width: 3,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -379,7 +384,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: 1000, y: 400 }"
|
||||||
>
|
>
|
||||||
<template #bodyCell="{ column, record }">
|
<template #bodyCell="{ column, record }">
|
||||||
<template v-if="column.key === 'imsi'">
|
<template v-if="column.key === 'imsi'">
|
||||||
|
|||||||
Reference in New Issue
Block a user