加入审查详情页面转换

This commit is contained in:
2025-04-11 15:29:18 +08:00
parent 71c70696a7
commit 26fa33dbfd
11 changed files with 2725 additions and 42 deletions
+10
View File
@@ -0,0 +1,10 @@
/**
* 评查详情组件导出文件
*/
export { FileInfo } from './FileInfo';
export { ReviewTabs } from './ReviewTabs';
export { FilePreview } from './FilePreview';
export { ReviewPointsList } from './ReviewPointsList';
export { AIAnalysis } from './AIAnalysis';
export { FileDetails } from './FileDetails';