From c22663505ce3c42f9eff33340dbc9c1ba51619fa Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 26 Dec 2024 18:39:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20SMF-CDR=E5=8E=BB=E9=99=A4RatingGroup?= =?UTF-8?q?=E5=8C=BA=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/neData/smf.ts | 1 + src/views/dashboard/smfCDR/index.vue | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/api/neData/smf.ts b/src/api/neData/smf.ts index a7d8c3c0..05050abc 100644 --- a/src/api/neData/smf.ts +++ b/src/api/neData/smf.ts @@ -10,6 +10,7 @@ export function listSMFDataCDR(query: Record) { url: '/neData/smf/cdr/list', method: 'get', params: query, + timeout: 60_000, }); } diff --git a/src/views/dashboard/smfCDR/index.vue b/src/views/dashboard/smfCDR/index.vue index 727f262f..b9e41b1c 100644 --- a/src/views/dashboard/smfCDR/index.vue +++ b/src/views/dashboard/smfCDR/index.vue @@ -88,7 +88,7 @@ let tableState: TabeStateType = reactive({ }); /**表格字段列 */ -let tableColumns: ColumnsType = [ +let tableColumns = ref([ { title: t('common.rowId'), dataIndex: 'id', @@ -225,7 +225,7 @@ let tableColumns: ColumnsType = [ key: 'id', align: 'left', }, -]; +]); /**表格分页器参数 */ let tablePagination = reactive({ @@ -780,14 +780,14 @@ onBeforeUnmount(() => {
-
RatingGroup: {{ u.ratingGroup }}
+
- +
Data Total Volume: @@ -801,10 +801,10 @@ onBeforeUnmount(() => { Data Volume Uplink: {{ udata.dataVolumeUplink }}
-
+