调整显示问题
This commit is contained in:
@@ -298,7 +298,7 @@ onMounted(() => {
|
|||||||
:options="[
|
:options="[
|
||||||
{ label: '4G', value: '4g' },
|
{ label: '4G', value: '4g' },
|
||||||
{ label: '5G', value: '5g' },
|
{ label: '5G', value: '5g' },
|
||||||
{ label: '4/5G', value: '45g' },
|
{ label: '4&5G', value: '45g' },
|
||||||
]"
|
]"
|
||||||
:allow-clear="false"
|
:allow-clear="false"
|
||||||
:placeholder="t('common.selectPlease')"
|
:placeholder="t('common.selectPlease')"
|
||||||
|
|||||||
@@ -119,14 +119,6 @@ let tableColumns: ColumnsType = [
|
|||||||
minWidth: 150,
|
minWidth: 150,
|
||||||
maxWidth: 500,
|
maxWidth: 500,
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
|
||||||
title: t('common.operate'),
|
|
||||||
key: 'imsi',
|
|
||||||
align: 'left',
|
|
||||||
fixed: 'right',
|
|
||||||
width: 100,
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
/**表格字段列排序 */
|
/**表格字段列排序 */
|
||||||
|
|||||||
Reference in New Issue
Block a user