浏览代码

BUG修复

seimin 2 年之前
父节点
当前提交
698d8d0b4a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 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>