调整显示问题

This commit is contained in:
lai
2024-07-11 10:18:31 +08:00
parent 0d5cbe6459
commit 93315776da
2 changed files with 1 additions and 9 deletions

View File

@@ -298,7 +298,7 @@ onMounted(() => {
:options="[
{ label: '4G', value: '4g' },
{ label: '5G', value: '5g' },
{ label: '4/5G', value: '45g' },
{ label: '4&5G', value: '45g' },
]"
:allow-clear="false"
:placeholder="t('common.selectPlease')"

View File

@@ -119,14 +119,6 @@ let tableColumns: ColumnsType = [
minWidth: 150,
maxWidth: 500,
},
{
title: t('common.operate'),
key: 'imsi',
align: 'left',
fixed: 'right',
width: 100,
},
];
/**表格字段列排序 */