feat: 1. 将交叉评查转移在入口页。

2. 交叉评查渲染的pdf预览组件复用评查点详情的,同时在评查结果中的数据也添加坐标信息。
This commit is contained in:
2025-11-26 10:49:15 +08:00
parent d1f764028c
commit fe75b4fabd
8 changed files with 181 additions and 93 deletions
@@ -56,14 +56,14 @@ export function PdfPreview({
onZoomChange
}: PdfPreviewProps) {
// 调试日志
console.log('[PdfPreview] 组件渲染', {
filePath,
targetPage,
charPositions,
isStructuredView,
activeReviewPointResultId,
pageOffset
});
// console.log('[PdfPreview] 组件渲染', {
// filePath,
// targetPage,
// charPositions,
// isStructuredView,
// activeReviewPointResultId,
// pageOffset
// });
// ============ 状态管理 ============
const [numPages, setNumPages] = useState<number | null>(null);