|
@@ -8,13 +8,13 @@ const contentConfig = {
|
|
{ type: 'normal', label: '违法事件编号', prop: 'violationNumber', width: 140 },
|
|
{ type: 'normal', label: '违法事件编号', prop: 'violationNumber', width: 140 },
|
|
{ type: 'normal', label: '发布单位', prop: 'releasedUnit', width: 140 },
|
|
{ type: 'normal', label: '发布单位', prop: 'releasedUnit', width: 140 },
|
|
{ type: 'normal', label: '船舶名称', prop: 'vesselName', width: 140 },
|
|
{ type: 'normal', label: '船舶名称', prop: 'vesselName', width: 140 },
|
|
- { type: 'normal', label: '通报事项类别', prop: 'notificationCategory', width: 120 },
|
|
|
|
|
|
+ { type: 'normal', label: '通报事项类别', prop: 'notificationMattersType', width: 120 },
|
|
{ type: 'normal', label: '通报事项', prop: 'notificationMatters' },
|
|
{ type: 'normal', label: '通报事项', prop: 'notificationMatters' },
|
|
- { type: 'custom', label: '接收单位', prop: 'receivingUnitName', width: 220 },
|
|
|
|
- { type: 'custom', label: '通报状整体状态', prop: 'TODO', width: 220 },
|
|
|
|
- { type: 'custom', label: '是否需要反馈', prop: 'wfir', width: 220 },
|
|
|
|
|
|
+ { type: 'custom', label: '接收单位', prop: 'names', slotName: 'names', width: 220 },
|
|
|
|
+ { type: 'normal', label: '通报状整体状态', prop: 'releaseStatusStr', width: 220 },
|
|
|
|
+ { type: 'normal', label: '是否需要反馈', prop: 'wfirStr', width: 220 },
|
|
{ type: 'normal', label: '发布日期', prop: 'releasedDate', width: 140 },
|
|
{ type: 'normal', label: '发布日期', prop: 'releasedDate', width: 140 },
|
|
- { type: 'normal', label: '发布人员', prop: 'TODO', width: 140 },
|
|
|
|
|
|
+ { type: 'normal', label: '发布人员', prop: 'createBy', width: 140 },
|
|
{ type: 'handler', label: '操作', slotName: 'operate', width: 180},
|
|
{ type: 'handler', label: '操作', slotName: 'operate', width: 180},
|
|
],
|
|
],
|
|
};
|
|
};
|