diff --git a/src/renderer/src/components/CleanerOperationHistoryModal.tsx b/src/renderer/src/components/CleanerOperationHistoryModal.tsx index cc4f0fa..3e5ec77 100644 --- a/src/renderer/src/components/CleanerOperationHistoryModal.tsx +++ b/src/renderer/src/components/CleanerOperationHistoryModal.tsx @@ -630,6 +630,9 @@ export const CleanerOperationHistoryModal: React.FC 状态 + + 重试 + 已删除 @@ -686,6 +689,30 @@ export const CleanerOperationHistoryModal: React.FC + + {order.retryCount > 0 ? ( +
+ + + 重试{order.retryCount}次 + + {order.retrySuccess && ( + + + 成功 + + )} + {!order.retrySuccess && ( + + + 失败 + + )} +
+ ) : ( + - + )} + {order.materialsDeleted}