feat: 初步完成评查详情页面的work文档和pdf文档的加载的页面三栏设计的重构。
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user