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