Преглед изворни кода

reactor:对接市州互转;

zhangchong пре 1 година
родитељ
комит
5537b3a3ca

+ 0 - 1
src/views/statistics/center/eventFrequentlyDetail.vue

@@ -422,7 +422,6 @@ const handleQuery = () => {
 const historyParams = history.state;
 /** 获取列表 */
 const queryList = () => {
-	console.log(historyParams);
 	let request = other.deepClone(state.queryParams);
 	Reflect.deleteProperty(request, 'crTime'); // 删除无用的参数
 	Reflect.deleteProperty(request, 'exTime'); // 删除无用的参数

+ 0 - 1
src/views/statistics/center/frequentlyEvent.vue

@@ -206,7 +206,6 @@ const resetQuery = (formEl: FormInstance | undefined) => {
 // 查看详情
 const router = useRouter();
 const linkDetail = (row: any) => {
-	console.log(row, 'd查看闲情');
 	let StartDate = null;
 	let EndDate = null;
 	if (state.queryParams?.crTime) {

+ 1 - 1
src/views/statistics/order/visitCount.vue

@@ -94,7 +94,7 @@ import dayjs from 'dayjs';
 const columns = ref<any>([
 	{ type: 'index', fixed: 'left', width: 55, label: '序号', align: 'center' },
 	{ prop: 'visitName', label: '回访员', align: 'center' },
-	{ prop: 'aiVisitCount', label: '智能回访量', align: 'center' },
+	{ prop: 'callVisitCount', label: '电话回访量', align: 'center' },
 	{ prop: 'artificialVisitCount', label: '人工回访量', align: 'center' },
 	{ prop: 'sumCount', label: '总回访量', align: 'center' },
 ]);