diff --git a/apps/desktop/src/components/ExportRecordManager.tsx b/apps/desktop/src/components/ExportRecordManager.tsx index 413545e..b75f2c8 100644 --- a/apps/desktop/src/components/ExportRecordManager.tsx +++ b/apps/desktop/src/components/ExportRecordManager.tsx @@ -371,56 +371,67 @@ const ExportRecordManager: React.FC = ({ {/* 统计信息 */} {statistics && (
-
-
-
-
- {statistics.total_exports} + {/* 总导出次数 */} +
+
+
+
+
+
-
总导出次数
-
- +
+ {statistics.total_exports}
+
总导出次数
-
-
-
-
- {statistics.successful_exports} + + {/* 成功导出 */} +
+
+
+
+
+
-
成功导出
-
- +
+ {statistics.successful_exports}
+
成功导出
-
-
-
-
- {statistics.failed_exports} + + {/* 失败导出 */} +
+
+
+
+
+
-
失败导出
-
- +
+ {statistics.failed_exports}
+
失败导出
-
-
-
-
- {formatFileSize(statistics.total_file_size)} + + {/* 总文件大小 */} +
+
+
+
+
+
-
总文件大小
-
- +
+ {formatFileSize(statistics.total_file_size)}
+
总文件大小