|
@@ -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' } },
|
|
|
];
|