{{i.name}} :
++ {{e.name}} : 由{{ e.oldIsRight }}修改为{{ e.newIsRight }} +
+From e823ddd89e401998c8c11fe28cfdb696956e23ed Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Mon, 3 Jul 2023 10:43:54 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E5=A2=9E=E5=8A=A0=E9=98=85?= =?UTF-8?q?=E5=8D=B7=E7=95=99=E7=97=95=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/examiner/examiner.module.ts | 2 + .../mark-papers-index.component.html | 32 +-- .../mark-papers-index.component.ts | 199 ++++++++++++------ .../mark-papers-two.component.html | 30 +-- .../mark-papers-two.component.scss | 198 +++++++++-------- .../mark-papers-two.component.ts | 6 + .../review-record.component.html | 28 +++ .../review-record.component.scss | 29 +++ .../review-record.component.spec.ts | 25 +++ .../review-record/review-record.component.ts | 56 +++++ .../examiner/review-files/editFraction.html | 3 +- .../review-files/review-files.component.ts | 172 +++++++++------ 12 files changed, 538 insertions(+), 242 deletions(-) create mode 100644 src/app/examiner/mark-papers-two/review-record/review-record.component.html create mode 100644 src/app/examiner/mark-papers-two/review-record/review-record.component.scss create mode 100644 src/app/examiner/mark-papers-two/review-record/review-record.component.spec.ts create mode 100644 src/app/examiner/mark-papers-two/review-record/review-record.component.ts diff --git a/src/app/examiner/examiner.module.ts b/src/app/examiner/examiner.module.ts index bded286..47960e7 100644 --- a/src/app/examiner/examiner.module.ts +++ b/src/app/examiner/examiner.module.ts @@ -79,6 +79,7 @@ import { ExamineePapersComponent } from "./statistic-analysis/examStatistics/exa import { ExamineeCapacityComponent } from "./statistic-analysis/abilityAnalysis/examinee-capacity/examinee-capacity.component"; import { NzRateModule } from "ng-zorro-antd/rate"; import { EvaluateComponent } from "./review-files/evaluate/evaluate.component"; +import { ReviewRecordComponent } from './mark-papers-two/review-record/review-record.component'; @NgModule({ declarations: [ CreateTestScoreComponent, @@ -101,6 +102,7 @@ import { EvaluateComponent } from "./review-files/evaluate/evaluate.component"; ExamineePapersComponent, ExamineeCapacityComponent, EvaluateComponent, + ReviewRecordComponent, ], imports: [ CommonModule, diff --git a/src/app/examiner/mark-papers-index/mark-papers-index.component.html b/src/app/examiner/mark-papers-index/mark-papers-index.component.html index a5ae9a4..00ed18e 100644 --- a/src/app/examiner/mark-papers-index/mark-papers-index.component.html +++ b/src/app/examiner/mark-papers-index/mark-papers-index.component.html @@ -11,21 +11,21 @@
试卷名称 | 考核队站 | @@ -39,18 +39,18 @@{{item2+' '}} | {{item.startTime|date:'yyyy-MM-dd HH:mm'}} | {{item.endTime|date:'yyyy-MM-dd HH:mm'}} | -- 阅卷 + | + + 阅卷 | - +
---|
考试人 | 考核中队 | @@ -33,21 +33,21 @@{{item.examineeName}} | {{getname}} | {{item.endTime|date:'yyyy-MM-dd HH:mm'}} | -{{item.isMarked== true?"已阅卷":"未阅卷"}} | +{{item.isMarked== + true?"已阅卷":"未阅卷"}} | {{item.totalScore}} | {{item.comment}} | -- 阅卷 + | + 批阅记录 + 阅卷 | - +
---|
{{i.name}} :
++ {{e.name}} : 由{{ e.oldIsRight }}修改为{{ e.newIsRight }} +
+得分(最高分{{data.paperPlanInfo.score}}分):