Browse Source

reactor:自贡综合查询新增字段;

zhangchong 6 months ago
parent
commit
b661045759
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/views/business/order/index.vue

+ 8 - 0
src/views/business/order/index.vue

@@ -649,6 +649,11 @@ const columns1 = ref<any[]>([
 			return <span>{formatDate(scope.row.filedTime, 'YYYY-mm-dd HH:MM:SS')}</span>;
 			return <span>{formatDate(scope.row.filedTime, 'YYYY-mm-dd HH:MM:SS')}</span>;
 		},
 		},
 	},
 	},
+	{ prop: 'fromPhone', label: '来电号码', minWidth: 110 },
+	{ prop: 'contact', label: '联系电话', minWidth: 110 },
+	{ prop: 'fromName', label: '来电人姓名', minWidth: 110 },
+	{ prop: 'fromGenderText', label: '来电人性别', minWidth: 110 },
+	{ prop: 'fullAddress', label: '事发地址', minWidth: 110 },
 	{ prop: 'orgLevelOneName', label: '一级部门', minWidth: 140 },
 	{ prop: 'orgLevelOneName', label: '一级部门', minWidth: 140 },
 	{ prop: 'actualHandleOrgName', label: '接办部门', minWidth: 140 },
 	{ prop: 'actualHandleOrgName', label: '接办部门', minWidth: 140 },
 	{ prop: 'acceptType', label: '受理类型', minWidth: 100 },
 	{ prop: 'acceptType', label: '受理类型', minWidth: 100 },
@@ -656,6 +661,7 @@ const columns1 = ref<any[]>([
 	{ prop: 'sourceChannel', label: '来源渠道', minWidth: 100 },
 	{ prop: 'sourceChannel', label: '来源渠道', minWidth: 100 },
 	{ prop: 'orderTag', label: '工单标签', minWidth: 100 },
 	{ prop: 'orderTag', label: '工单标签', minWidth: 100 },
 	{ prop: 'allDurationHour', label: '办理时长(小时)', minWidth: 120 },
 	{ prop: 'allDurationHour', label: '办理时长(小时)', minWidth: 120 },
+	{ prop: 'hotspotSpliceName', label: '热点分类全称', minWidth: 150 },
 	{ prop: 'hotspotName', label: '热点分类', minWidth: 150 },
 	{ prop: 'hotspotName', label: '热点分类', minWidth: 150 },
 	{ prop: 'acceptorName', label: '受理人', minWidth: 120 },
 	{ prop: 'acceptorName', label: '受理人', minWidth: 120 },
 	{
 	{
@@ -673,6 +679,8 @@ const columns1 = ref<any[]>([
 		label: '办理结果',
 		label: '办理结果',
 		isShow: false,
 		isShow: false,
 	},
 	},
+/*	{ prop: 'fullAddress', label: '坐席满意度', minWidth: 110 },
+	{ prop: 'fullAddress', label: '部门满意度', minWidth: 110 },*/
 	{ prop: 'operation', label: '操作', fixed: 'right', width: 140, align: 'center' },
 	{ prop: 'operation', label: '操作', fixed: 'right', width: 140, align: 'center' },
 ]);
 ]);
 // 获取查询条件基础信息
 // 获取查询条件基础信息