|
@@ -102,7 +102,7 @@
|
102
|
102
|
<td>{{ data.delivererName || "-" }}</td>
|
103
|
103
|
<td>
|
104
|
104
|
{{ data.checkDept ? (!showCoop&&deptDisplay==2?data.checkDept.deptalias:data.checkDept.dept) : "-" }}
|
105
|
|
- <img *ngIf="data.urgent == 1||true"
|
|
105
|
+ <img *ngIf="data.urgent == 1"
|
106
|
106
|
src="../../assets/images/icon_ji.png" alt="" class="ji"></td>
|
107
|
107
|
<!-- <td style="position: relative;">{{data.sendTime?data.sendTime:'-'}}</td> -->
|
108
|
108
|
</tr>
|