|
@@ -679,8 +679,8 @@ const columns1 = ref<any[]>([
|
|
|
label: '办理结果',
|
|
|
isShow: false,
|
|
|
},
|
|
|
-/* { prop: 'fullAddress', label: '坐席满意度', minWidth: 110 },
|
|
|
- { prop: 'fullAddress', label: '部门满意度', minWidth: 110 },*/
|
|
|
+ { prop: 'seatEvaluateTxt', label: '坐席满意度', minWidth: 110 },
|
|
|
+ { prop: 'orgEvaluateValue', label: '部门满意度', minWidth: 110 },
|
|
|
{ prop: 'operation', label: '操作', fixed: 'right', width: 140, align: 'center' },
|
|
|
]);
|
|
|
// 获取查询条件基础信息
|