{/* 左侧:文件预览 */}
-
+ {(() => {
+ console.log('[Reviews] 准备渲染FilePreview', {
+ hasDocument: !!document,
+ documentPath: document?.path,
+ targetPage,
+ hasCharPositions: !!charPositions,
+ charPositionsLength: charPositions?.length
+ });
+ return (
+
+ );
+ })()}
-
+
{/* 右侧:评查结果 */}