Browse Source

reactor:地图信息展示;新建工单默认传经纬度

zhangchong 1 month ago
parent
commit
4a7aa14453
2 changed files with 3 additions and 4 deletions
  1. 0 1
      src/views/business/order/index.vue
  2. 3 3
      src/views/business/order/tableHeader.tsx

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

@@ -123,7 +123,6 @@
 					>
 						退回</el-button
 					>
-					<order-detail :order="row" @updateList="refreshList" />
 				</template>
 				<template #pager>
 					<pagination

+ 3 - 3
src/views/business/order/tableHeader.tsx

@@ -81,7 +81,7 @@ export const YBTableHeader = [
 	{ field: 'focusOnEventsName', title: '重点关注事件', width: 120 },
 	{ field: 'content', title: '受理内容', width: 200, visible: false },
 	{ field: 'fileOpinion', title: '承办意见', width: 200, visible: false },
-	{ title: '操作', width: 140, fixed: 'right', align: 'center', slots: { default: 'action' } },
+	{ title: '操作', width: 80, fixed: 'right', align: 'center', slots: { default: 'action' } },
 ];
 
 export const ZGTableHeader = [
@@ -172,7 +172,7 @@ export const ZGTableHeader = [
 	{ field: 'seatEvaluateTxt', title: '坐席满意度', width: 150 },
 	{ field: 'orgEvaluateValue', title: '部门满意度', width: 150 },
 	{ field: 'secondaryHandlingDurationWorkdayDayText', title: '重办时长', width: 150, visible: false },
-	{ title: '操作', width: 140, fixed: 'right', align: 'center', slots: { default: 'action' } },
+	{ title: '操作', width: 80, fixed: 'right', align: 'center', slots: { default: 'action' } },
 ];
 
 export const LZTableHeader = [
@@ -268,5 +268,5 @@ export const LZTableHeader = [
 	{ field: 'threeHotspotName', title: '三级热点', width: 150 },
 	{ field: 'fourHotspotName', title: '四级热点', width: 150 },
 	{ field: 'fiveHotspotName', title: '五级热点', width: 150 },
-	{ title: '操作', width: 140, fixed: 'right', align: 'center', slots: { default: 'action' } },
+	{ title: '操作', width: 80, fixed: 'right', align: 'center', slots: { default: 'action' } },
 ];