|
@@ -127,7 +127,7 @@
|
|
|
<script setup lang="tsx" name="statisticsCallSeatsMothDetail">
|
|
|
import { defineAsyncComponent, onMounted, reactive, ref } from 'vue';
|
|
|
import { FormInstance } from 'element-plus';
|
|
|
-import { defaultDate, defaultTimeStartEnd, shortcuts } from '@/utils/constants';
|
|
|
+import { defaultTimeStartEnd, shortcuts } from '@/utils/constants';
|
|
|
import Other from '@/utils/other';
|
|
|
import { callAgentMonthBase, callAgentMonthDetail, callAgentMonthDetailExport } from '@/api/statistics/call';
|
|
|
import { formatDate } from '@/utils/formatTime';
|