Browse Source

[修改]考官阅卷考试人名字修改

master
chenjingyu 4 years ago
parent
commit
87cabc3316
  1. 4
      src/app/examiner/mark-papers-two/mark-papers-two.component.html

4
src/app/examiner/mark-papers-two/mark-papers-two.component.html

@ -4,7 +4,7 @@
* @Author: sueRimn
* @Date: 2020-12-14 17:21:02
* @LastEditors: sueRimn
* @LastEditTime: 2020-12-25 11:26:01
* @LastEditTime: 2020-12-28 15:09:51
-->
<div class="content">
<div class="header">
@ -29,7 +29,7 @@
</thead>
<tbody>
<tr *ngFor="let item of dataSource">
<td>{{item.name}}</td>
<td>{{item.examineeName}}</td>
<td>广西总队</td>
<td>{{item.endTime|date:'yyyy-MM-dd HH:mm'}}</td>
<td [ngClass]="{'green': item.isMarked == true,'red':item.isMarked == false}">{{item.isMarked== true?"已阅卷":"未阅卷"}}</td>

Loading…
Cancel
Save