Browse Source

BUG修复

seimin 2 years ago
parent
commit
698d8d0b4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/share/detail-sample/detail-sample.component.html

+ 1 - 1
src/app/share/detail-sample/detail-sample.component.html

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