|
@@ -9,12 +9,11 @@
|
|
|
:loading="state.loading"
|
|
|
:total="state.total"
|
|
|
v-model:page-index="state.queryParams.PageIndex"
|
|
|
-
|
|
|
- >
|
|
|
-<!-- v-model:page-size="state.queryParams.PageSize"
|
|
|
+ v-model:page-size="state.queryParams.PageSize"
|
|
|
:toolButton="['refresh', 'setting', 'exportCurrent', 'exportAll']"
|
|
|
- :exportMethod="orderSourceListDetailExport"
|
|
|
- :exportParams="requestParams"-->
|
|
|
+ :exportMethod="departmentUnsatisfiedDetailExport"
|
|
|
+ :exportParams="requestParams"
|
|
|
+ >
|
|
|
<template #table-search>
|
|
|
<el-form :model="state.queryParams" ref="ruleFormRef" @submit.native.prevent inline>
|
|
|
<el-form-item label="关键字" prop="Keyword">
|
|
@@ -50,7 +49,7 @@ import { defineAsyncComponent, onMounted, reactive, ref } from 'vue';
|
|
|
import { FormInstance } from 'element-plus';
|
|
|
import { formatDate } from '@/utils/formatTime';
|
|
|
import { useRoute } from 'vue-router';
|
|
|
-import { departmentUnsatisfiedDetail, orderSourceListDetailExport } from '@/api/statistics/order';
|
|
|
+import { departmentUnsatisfiedDetail, departmentUnsatisfiedDetailExport } from '@/api/statistics/order';
|
|
|
import other from '@/utils/other';
|
|
|
|
|
|
// 引入组件
|
|
@@ -125,7 +124,7 @@ const columns = ref<any[]>([
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- prop: 'orderVisit.employeeName',
|
|
|
+ prop: 'visitContent',
|
|
|
label: '回访意见',
|
|
|
minWidth: 200,
|
|
|
},
|