Browse Source

Merge branch 'guangxi' of http://121.36.37.70:3000/shaojiahao/examSystem-Anxin into guangxi

智慧矿山应急安全培训、考核、演练管理系统
邵佳豪 2 years ago
parent
commit
8fca224083
  1. 4
      src/app/examiner/mark-papers-index/mark-papers-index.component.html

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

@ -28,7 +28,7 @@
<table >
<thead>
<th style="width: 15%;">试卷名称</th>
<th style="width: 15%;">考核</th>
<th style="width: 15%;">考核</th>
<th style="width: 15%;">开始时间</th>
<th style="width: 15%;">结束时间</th>
<th style="width: 20%;">操作</th>
@ -36,7 +36,7 @@
<tbody>
<tr *ngFor="let item of dataSource">
<td>{{item.title}}</td>
<td>{{item.organizationsName}}</td>
<td><span *ngFor="let item2 of item.organizationNames">{{item2+' '}}</span></td>
<td>{{item.startTime|date:'yyyy-MM-dd HH:mm'}}</td>
<td>{{item.endTime|date:'yyyy-MM-dd HH:mm'}}</td>
<td >

Loading…
Cancel
Save