fix: 终端>UE在线信息

This commit is contained in:
TsMask
2023-11-07 11:04:35 +08:00
parent b69c0a7526
commit 3297d1f00b

View File

@@ -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'">