|
|
@@ -1,30 +1,30 @@
|
|
|
const contentConfig = {
|
|
|
- pageName: 'historicalData',
|
|
|
+ pageName: 'releasedOffine',
|
|
|
header: {
|
|
|
title: '',
|
|
|
},
|
|
|
propsList: [
|
|
|
{ type: 'index', label: '序号', fixed: true },
|
|
|
{ type: 'normal', label: '违法事件编号', prop: 'violationNumber', width: 140 },
|
|
|
- { type: 'normal', label: '发布单位', prop: 'releasedUnitStr', width: 140 },
|
|
|
- { type: 'normal', label: '涉事主体', prop: 'chineseVesselName', width: 140 },
|
|
|
- { type: 'normal', label: '船舶识别号', prop: 'chineseVesselName', width: 140 },
|
|
|
- { type: 'normal', label: '通报/接收', prop: 'chineseVesselName', width: 140 },
|
|
|
- { type: 'normal', label: '通报事项类别', prop: 'chineseVesselName', width: 140 },
|
|
|
+ { type: 'normal', label: '发布单位', prop: 'releasedUnit', width: 140 },
|
|
|
+ { type: 'normal', label: '涉事主体', prop: 'NULL', width: 140 },
|
|
|
+ { type: 'normal', label: '船舶识别号', prop: 'NULL', width: 140 },
|
|
|
+ { type: 'normal', label: '通报/接收', prop: 'NULL', width: 140 },
|
|
|
+ { type: 'normal', label: '通报事项类别', prop: 'conm', width: 140 },
|
|
|
{ type: 'normal', label: '通报事项', prop: 'notificationMatters' },
|
|
|
- { type: 'normal', label: '通报标准或具体行为列举', prop: 'names', width: 220 },
|
|
|
- { type: 'normal', label: '水上交通安全信息', prop: 'callSign', width: 220 },
|
|
|
- { type: 'normal', label: '安全管理建议', prop: 'notificationStatusStr', width: 220 },
|
|
|
- { type: 'normal', label: '通报方式', prop: 'releaseStatusStr', width: 220 },
|
|
|
- { type: 'normal', label: '接收/退回(接收单位)', prop: 'takeMeasuresStr', width: 220 },
|
|
|
- { type: 'normal', label: '接收单位', prop: 'wfirStr', width: 220 },
|
|
|
- { type: 'normal', label: '采取的措施分类(接收单位)', prop: 'releasedDate', width: 140 },
|
|
|
- { type: 'normal', label: '其他措施说明/退回原因(接收单位)', prop: 'acceptanceDate', width: 140 },
|
|
|
- { type: 'normal', label: '反馈意见(接收单位)', prop: 'acceptanceDate', width: 140 },
|
|
|
- { type: 'normal', label: '反馈时间(接收单位)', prop: 'acceptanceDate', width: 140 },
|
|
|
- { type: 'normal', label: '联络人电话(接收单位)', prop: 'acceptanceDate', width: 140 },
|
|
|
- { type: 'normal', label: '通报发布时间', prop: 'overdueStatusStr', width: 220 },
|
|
|
- { type: 'normal', label: '发布人员', prop: 'publishers', width: 140 },
|
|
|
+ { type: 'normal', label: '通报标准或具体行为列举', prop: 'NULL', width: 220 },
|
|
|
+ { type: 'normal', label: '水上交通安全信息', prop: 'NULL', width: 220 },
|
|
|
+ { type: 'normal', label: '安全管理建议', prop: 'NULL', width: 220 },
|
|
|
+ { type: 'normal', label: '通报方式', prop: 'NULL', width: 220 },
|
|
|
+ { type: 'normal', label: '接收/退回(接收单位)', prop: 'NULL', width: 220 },
|
|
|
+ { type: 'normal', label: '接收单位', prop: 'names', width: 220 },
|
|
|
+ { type: 'normal', label: '采取的措施分类(接收单位)', prop: 'NULL', width: 220 },
|
|
|
+ { type: 'normal', label: '其他措施说明/退回原因(接收单位)', prop: 'NULL', width: 220 },
|
|
|
+ { type: 'normal', label: '反馈意见(接收单位)', prop: 'NULL', width: 220 },
|
|
|
+ { type: 'normal', label: '反馈时间(接收单位)', prop: 'NULL', width: 220 },
|
|
|
+ { type: 'normal', label: '联络人电话(接收单位)', prop: 'NULL', width: 220 },
|
|
|
+ { type: 'normal', label: '通报发布时间', prop: 'NULL', width: 220 },
|
|
|
+ { type: 'normal', label: '发布人员', prop: 'createBy', width: 220 },
|
|
|
{ type: 'handler', label: '操作', slotName: 'operate', width: 180, fixed: 'right' },
|
|
|
],
|
|
|
};
|