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