|
@@ -1276,9 +1276,10 @@
|
1276
|
1276
|
<th nzWidth="10%">操作动作</th>
|
1277
|
1277
|
<th nzWidth="15%">操作时间</th>
|
1278
|
1278
|
<th nzWidth="10%">操作人</th>
|
|
1279
|
+ <th nzWidth="10%">交接人</th>
|
1279
|
1280
|
<th nzWidth="10%">图片查看</th>
|
1280
|
|
- <th nzWidth="25%">异常关闭原因</th>
|
1281
|
|
- <th nzWidth="25%">备注</th>
|
|
1281
|
+ <th nzWidth="20%">异常关闭原因</th>
|
|
1282
|
+ <th nzWidth="20%">备注</th>
|
1282
|
1283
|
</tr>
|
1283
|
1284
|
</thead>
|
1284
|
1285
|
<tbody>
|
|
@@ -1287,6 +1288,7 @@
|
1287
|
1288
|
<td>{{ item.operation ? item.operation.name : "-" }}</td>
|
1288
|
1289
|
<td>{{ item.operationTime || "-" }}</td>
|
1289
|
1290
|
<td>{{ item.username || "-" }}</td>
|
|
1291
|
+ <td>{{ item.handoverUserid ? item.handoverUserid.name : "-" }}</td>
|
1290
|
1292
|
<td>
|
1291
|
1293
|
<button
|
1292
|
1294
|
*ngIf="item.attachments"
|