feat: 1. 将交叉评查转移在入口页。
2. 交叉评查渲染的pdf预览组件复用评查点详情的,同时在评查结果中的数据也添加坐标信息。
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user