فهرست منبع

上级 历史 通报 显示

Luka 1 ماه پیش
والد
کامیت
3211eca181

+ 0 - 3
src/views/notificationInfoManage/noticeInfoInquiry/config/content.config.ts

@@ -11,9 +11,6 @@ const contentConfig = {
 		{ type: 'normal', label: '通报事项类别', prop: 'conmStr', width: 120 },
 		{ type: 'normal', label: '通报事项', prop: 'notificationMatters' },
 		{ type: 'normal', label: '接收单位', prop: 'receivingUnit', width: 220 },
-		{ type: 'normal', label: '联络人电话', prop: 'callSign', width: 220 },
-		{ type: 'normal', label: '通报状态', prop: 'TODO', width: 220 },
-		{ type: 'normal', label: '超期状态', prop: 'TODO', width: 220 },
 		{ type: 'normal', label: '整体通报状态', prop: 'releaseStatusStr', width: 220 },
 		{ type: 'normal', label: '采取措施', prop: 'TODO', width: 220 },
 		{ type: 'normal', label: '是否需要反馈', prop: 'wfirStr', width: 220 },

+ 0 - 5
src/views/notificationInfoManage/superiorLeadersReview/config/content.config.ts

@@ -11,14 +11,9 @@ const contentConfig = {
 		{ type: 'normal', label: '通报事项类别', prop: 'conmStr', width: 120 },
 		{ type: 'normal', label: '通报事项', prop: 'notificationMatters' },
 		{ type: 'normal', label: '接收单位', prop: 'receivingUnit', width: 220 },
-		{ type: 'normal', label: '联络人电话', prop: 'callSign', width: 220 },
-		{ type: 'normal', label: '通报状态', prop: 'TODO', width: 220 },
-		{ type: 'normal', label: '超期状态', prop: 'TODO', width: 220 },
 		{ type: 'normal', label: '整体通报状态', prop: 'releaseStatusStr', width: 220 },
-		{ type: 'normal', label: '采取措施', prop: 'TODO', 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: 'TODO', width: 140 },
 		{ type: 'handler', label: '操作', slotName: 'operate', width: 180, fixed: 'right' },
 	],