Luka il y a 1 mois
Parent
commit
9ec4a4e467

+ 1 - 1
src/views/notificationInfoManage/noticeInfoInquiry/config/content.config.ts

@@ -20,7 +20,7 @@ const contentConfig = {
 		{ type: 'normal', label: '发布日期', prop: 'releasedDate', width: 140 },
 		{ type: 'normal', label: '受理日期', prop: 'releasedDate', width: 140 },
 		{ type: 'normal', label: '发布人员', prop: 'TODO', width: 140 },
-		{ type: 'handler', label: '操作', slotName: 'operate', width: 180 },
+		{ type: 'handler', label: '操作', slotName: 'operate', width: 180, fixed: 'right' },
 	],
 };
 

+ 1 - 1
src/views/notificationInfoManage/superiorLeadersReview/config/content.config.ts

@@ -20,7 +20,7 @@ const contentConfig = {
 		{ type: 'normal', label: '发布日期', prop: 'releasedDate', width: 140 },
 		{ type: 'normal', label: '受理日期', prop: 'releasedDate', width: 140 },
 		{ type: 'normal', label: '发布人员', prop: 'TODO', width: 140 },
-		{ type: 'handler', label: '操作', slotName: 'operate', width: 180 },
+		{ type: 'handler', label: '操作', slotName: 'operate', width: 180, fixed: 'right' },
 	],
 };
 

+ 1 - 1
src/views/notificationInfoManage/viewHistoricalData/config/content.config.ts

@@ -20,7 +20,7 @@ const contentConfig = {
 		{ type: 'normal', label: '发布日期', prop: 'releasedDate', width: 140 },
 		{ type: 'normal', label: '受理日期', prop: 'releasedDate', width: 140 },
 		{ type: 'normal', label: '发布人员', prop: 'TODO', width: 140 },
-		{ type: 'handler', label: '操作', slotName: 'operate', width: 180 },
+		{ type: 'handler', label: '操作', slotName: 'operate', width: 180, fixed: 'right' },
 	],
 };