feat: 初步完成评查详情页面的work文档和pdf文档的加载的页面三栏设计的重构。

This commit is contained in:
2026-04-21 15:08:14 +08:00
parent 4e19672b38
commit a3fd2c7fed
13 changed files with 1781 additions and 332 deletions
@@ -118,6 +118,11 @@ export interface ReviewPoint {
};
postAction?: string;
actionContent?: string;
score?: number;
machineScore?: number;
finalScore?: number | null;
failMessage?: string;
passMessage?: string;
evaluationConfig?: {
rules?: Array<{
type: string;