|
@@ -51,9 +51,8 @@
|
|
|
<script setup lang="tsx" name="statisticsCallDetailIndex">
|
|
|
import { onMounted, reactive, ref } from 'vue';
|
|
|
import { FormInstance } from 'element-plus';
|
|
|
-import { orderSourceTime, orderSourceTimeExport, orderSourceTimeHeader } from '@/api/statistics/order';
|
|
|
+import { orderSourceTime, orderSourceTimeExport } from '@/api/statistics/order';
|
|
|
import { defaultDate, shortcuts } from '@/utils/constants';
|
|
|
-import { downloadFileByStream } from '@/utils/tools';
|
|
|
import Other from '@/utils/other';
|
|
|
|
|
|
// 表格配置项
|