|
@@ -41,6 +41,13 @@ export const YBTableHeader = [
|
|
|
minWidth: 200,
|
|
|
slots: { default: 'order_detail' },
|
|
|
},
|
|
|
+ {
|
|
|
+ field: 'creationTime',
|
|
|
+ title: '创建时间',
|
|
|
+ width: 160,
|
|
|
+ sortable: true,
|
|
|
+ formatter: 'formatDate',
|
|
|
+ },
|
|
|
{
|
|
|
field: 'startTime',
|
|
|
title: '受理时间',
|
|
@@ -70,7 +77,7 @@ export const YBTableHeader = [
|
|
|
{ field: 'hotspotSpliceName', title: '热点全称', width: 150 },
|
|
|
{ field: 'hotspotName', title: '热点分类', width: 150 },
|
|
|
{ field: 'acceptorName', title: '受理人', width: 120 },
|
|
|
- { field: 'focusOnEventsName', title: '重点标记', width: 120 },
|
|
|
+ { field: 'focusOnEventsName', title: '重点关注事件', width: 120 },
|
|
|
{ field: 'sensitiveText', title: '敏感词', width: 150 },
|
|
|
{ field: 'content', title: '受理内容', width: 200, visible: false },
|
|
|
{ field: 'fileOpinion', title: '承办意见', width: 200, visible: false },
|