|
@@ -11,6 +11,9 @@
|
|
|
show-summary
|
|
|
border
|
|
|
:summary-method="getSummaries"
|
|
|
+ :toolButton="['refresh', 'setting', 'exportAll']"
|
|
|
+ :exportMethod="callHotlineExport"
|
|
|
+ :exportParams="requestParams"
|
|
|
>
|
|
|
<template #table-search>
|
|
|
<el-form :model="state.queryParams" ref="ruleFormRef" @submit.native.prevent inline>
|
|
@@ -55,7 +58,7 @@
|
|
|
<script setup lang="tsx" name="statisticsCallHotNumber">
|
|
|
import { defineAsyncComponent, onMounted, reactive, ref } from 'vue';
|
|
|
import { FormInstance } from 'element-plus';
|
|
|
-import { callHotline, callPeriodBase } from '@/api/statistics/call';
|
|
|
+import { callHotlineExport, callHotline, callPeriodBase } from '@/api/statistics/call';
|
|
|
import { defaultDate } from '@/utils/constants';
|
|
|
import Other from '@/utils/other';
|
|
|
|