|
@@ -8,7 +8,7 @@ import { useThemeConfig } from '@/stores/themeConfig';
|
|
|
import { storeToRefs } from 'pinia';
|
|
|
|
|
|
// 引入组件
|
|
|
-const YiBin = defineAsyncComponent(() => import('@/views/statistics/order/YBVisitCount.vue.vue')); // 宜宾回访量统计
|
|
|
+const YiBin = defineAsyncComponent(() => import('@/views/statistics/order/YBVisitCount.vue')); // 宜宾回访量统计
|
|
|
const ZiGong = defineAsyncComponent(() => import('@/views/statistics/order/ZGVisitCount.vue')); // 自贡回访量统计
|
|
|
const LuZhou = defineAsyncComponent(() => import('@/views/statistics/order/ZGVisitCount.vue')); // 泸州回访量统计
|
|
|
|