|
@@ -24,6 +24,7 @@ export const YBTableHeader = [
|
|
|
},
|
|
|
},
|
|
|
},
|
|
|
+ { field: 'sensitiveText', title: '敏感词', width: 150 },
|
|
|
{ field: 'isSecretText', title: '是否保密', width: 100 },
|
|
|
{ field: 'currentStepName', title: '当前节点', width: 120 },
|
|
|
{ field: 'actualStepAcceptText', title: '受理情况', width: 100 },
|
|
@@ -78,7 +79,6 @@ export const YBTableHeader = [
|
|
|
{ field: 'hotspotName', title: '热点分类', width: 150 },
|
|
|
{ field: 'acceptorName', 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 },
|
|
|
{ title: '操作', width: 140, fixed: 'right', align: 'center', slots: { default: 'action' } },
|