From 99161d3f7d1c9fc6c089de00f07dd36cd8c1b6ce Mon Sep 17 00:00:00 2001 From: dengqichen Date: Thu, 6 Nov 2025 18:07:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E5=89=8D=E7=AB=AF=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/PendingApprovalModal.tsx | 89 +++++++++---------- frontend/src/pages/Error/403.tsx | 2 +- frontend/src/pages/Error/404.tsx | 2 +- 3 files changed, 46 insertions(+), 47 deletions(-) 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} -
-
- -
- -