Browse Source

工单日志加备注

seimin 1 year ago
parent
commit
eb9653acb3
1 changed files with 4 additions and 2 deletions
  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
             <thead>
1273
             <thead>
1274
               <tr class="thead">
1274
               <tr class="thead">
1275
                 <th nzWidth="5%">序号</th>
1275
                 <th nzWidth="5%">序号</th>
1276
-                <th nzWidth="30%">操作动作</th>
1276
+                <th nzWidth="10%">操作动作</th>
1277
                 <th nzWidth="15%">操作时间</th>
1277
                 <th nzWidth="15%">操作时间</th>
1278
                 <th nzWidth="10%">操作人</th>
1278
                 <th nzWidth="10%">操作人</th>
1279
                 <th nzWidth="10%">图片查看</th>
1279
                 <th nzWidth="10%">图片查看</th>
1280
-                <th nzWidth="30%">异常关闭原因</th>
1280
+                <th nzWidth="25%">异常关闭原因</th>
1281
+                <th nzWidth="25%">备注</th>
1281
               </tr>
1282
               </tr>
1282
             </thead>
1283
             </thead>
1283
             <tbody>
1284
             <tbody>
@@ -1301,6 +1302,7 @@
1301
                       : "-"
1302
                       : "-"
1302
                   }}
1303
                   }}
1303
                 </td>
1304
                 </td>
1305
+                <td>{{ item.logRemarks || "-" }}</td>
1304
               </tr>
1306
               </tr>
1305
             </tbody>
1307
             </tbody>
1306
           </nz-table>
1308
           </nz-table>