浏览代码

工单历史增加交接人展示

seimin 1 年之前
父节点
当前提交
498f125e75
共有 2 个文件被更改,包括 5 次插入3 次删除
  1. 1 1
      proxy.conf.json
  2. 4 2
      src/app/share/order-detail/order-detail.component.html

+ 1 - 1
proxy.conf.json

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "/service": {
3
-    "target": "http://192.168.4.241",
3
+    "target": "http://192.168.3.108",
4 4
     "logLevel": "debug",
5 5
     "changeOrigin": true,
6 6
     "pathRewrite": {

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

@@ -1276,9 +1276,10 @@
1276 1276
                 <th nzWidth="10%">操作动作</th>
1277 1277
                 <th nzWidth="15%">操作时间</th>
1278 1278
                 <th nzWidth="10%">操作人</th>
1279
+                <th nzWidth="10%">交接人</th>
1279 1280
                 <th nzWidth="10%">图片查看</th>
1280
-                <th nzWidth="25%">异常关闭原因</th>
1281
-                <th nzWidth="25%">备注</th>
1281
+                <th nzWidth="20%">异常关闭原因</th>
1282
+                <th nzWidth="20%">备注</th>
1282 1283
               </tr>
1283 1284
             </thead>
1284 1285
             <tbody>
@@ -1287,6 +1288,7 @@
1287 1288
                 <td>{{ item.operation ? item.operation.name : "-" }}</td>
1288 1289
                 <td>{{ item.operationTime || "-" }}</td>
1289 1290
                 <td>{{ item.username || "-" }}</td>
1291
+                <td>{{ item.handoverUserid ? item.handoverUserid.name : "-" }}</td>
1290 1292
                 <td>
1291 1293
                   <button
1292 1294
                     *ngIf="item.attachments"