Kaynağa Gözat

reactor:287 工单待办新增查询条件

zhangchong 2 ay önce
ebeveyn
işleme
057ef6aa38

+ 1 - 1
src/router/route.ts

@@ -518,7 +518,7 @@ export const dynamicRoutes: Array<RouteRecordRaw> = [
 		},
 	},{
 		path: '/statistics/call/detailSeatsMoth',
-		name: 'statisticsCenterDetailSeatSatisfaction',
+		name: 'statisticsCallSeatsMothDetail',
 		component: () => import('@/views/statistics/call/detailSeatsMoth.vue'),
 		meta: {
 			title: '通话时段明细',

+ 1 - 1
src/views/statistics/call/detailSeatsMoth.vue

@@ -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';