diff --git a/frontend/src/pages/Dashboard/components/PendingApprovalModal.tsx b/frontend/src/pages/Dashboard/components/PendingApprovalModal.tsx index ad00b56a..81d5657d 100644 --- a/frontend/src/pages/Dashboard/components/PendingApprovalModal.tsx +++ b/frontend/src/pages/Dashboard/components/PendingApprovalModal.tsx @@ -12,7 +12,6 @@ import { AlertDialogAction, AlertDialogCancel, AlertDialogContent, - AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, @@ -310,52 +309,52 @@ export const PendingApprovalModal: React.FC = ({ )} - - {selectedTask && ( - <> -
- 您即将{approvalResult === ApprovalResult.APPROVED ? '通过' : '拒绝'}以下部署申请: -
-
-
- 记录ID - #{selectedTask.deployRecordId} -
-
- 应用 - {selectedTask.applicationName} -
-
- 环境 - {selectedTask.environmentName} -
-
- 申请人 - {selectedTask.deployBy} -
-
- -
- -