Sfoglia il codice sorgente

工单日志加备注

seimin 1 anno fa
parent
commit
eb9653acb3
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. 4 2
      src/app/share/order-detail/order-detail.component.html

+ 4 - 2
src/app/share/order-detail/order-detail.component.html

@@ -1273,11 +1273,12 @@
1273 1273
             <thead>
1274 1274
               <tr class="thead">
1275 1275
                 <th nzWidth="5%">序号</th>
1276
-                <th nzWidth="30%">操作动作</th>
1276
+                <th nzWidth="10%">操作动作</th>
1277 1277
                 <th nzWidth="15%">操作时间</th>
1278 1278
                 <th nzWidth="10%">操作人</th>
1279 1279
                 <th nzWidth="10%">图片查看</th>
1280
-                <th nzWidth="30%">异常关闭原因</th>
1280
+                <th nzWidth="25%">异常关闭原因</th>
1281
+                <th nzWidth="25%">备注</th>
1281 1282
               </tr>
1282 1283
             </thead>
1283 1284
             <tbody>
@@ -1301,6 +1302,7 @@
1301 1302
                       : "-"
1302 1303
                   }}
1303 1304
                 </td>
1305
+                <td>{{ item.logRemarks || "-" }}</td>
1304 1306
               </tr>
1305 1307
             </tbody>
1306 1308
           </nz-table>