From b69c0a7526084966c2b023e1c7ae89cc9cd7828a Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Tue, 7 Nov 2023 10:59:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=88=E7=AB=AF>IMS=E5=9C=A8=E7=BA=BF?= =?UTF-8?q?=E7=94=A8=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/neUser/ims/index.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/views/neUser/ims/index.vue b/src/views/neUser/ims/index.vue index 4ded1a7d..0ddc386a 100644 --- a/src/views/neUser/ims/index.vue +++ b/src/views/neUser/ims/index.vue @@ -70,36 +70,37 @@ let tableColumns: ColumnsType = [ title: 'IMSI', dataIndex: 'imsi', align: 'center', + width: 3, }, { title: 'MSISDN', dataIndex: 'msisdn', align: 'center', + width: 3, }, { title: 'IMPU', dataIndex: 'impu', align: 'center', + width: 5, }, { title: 'Barring', dataIndex: 'barring', align: 'center', + width: 2, }, { title: 'RegState', dataIndex: 'regState', align: 'center', + width: 2, }, { title: 'Active Time', dataIndex: 'activeTime', align: 'center', - }, - { - title: t('common.operate'), - key: 'imsi', - align: 'center', + width: 3, }, ]; @@ -140,7 +141,7 @@ function fnTableSize({ key }: MenuInfo) { function fnGetList(pageNum?: number) { if (tableState.loading) return; tableState.loading = true; - if(pageNum){ + if (pageNum) { queryParams.pageNum = pageNum; } listIMS(toRaw(queryParams)).then(res => { @@ -304,7 +305,7 @@ onMounted(() => { :data-source="tableState.data" :size="tableState.size" :pagination="tablePagination" - :scroll="{ x: true,y:400 }" + :scroll="{ x: 1200, y: 400 }" >