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 }" >