浏览代码

修改处理进度的备注字段

seimin 1 年之前
父节点
当前提交
01e63f41a3
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      assets/views/customform/tpl/ui-followStatus2.html
  2. 1 1
      assets/views/incident/incidentDetail.html

+ 1 - 1
assets/views/customform/tpl/ui-followStatus2.html

@@ -23,7 +23,7 @@
23
                             <td class="center">{{item.logType ? item.logType.name : ''}}</td>
23
                             <td class="center">{{item.logType ? item.logType.name : ''}}</td>
24
                             <td class="center">{{item.appointorName}}</td>
24
                             <td class="center">{{item.appointorName}}</td>
25
                             <td class="center">{{item.startTime|date:'yyyy-MM-dd HH:mm:ss'}}</td>
25
                             <td class="center">{{item.startTime|date:'yyyy-MM-dd HH:mm:ss'}}</td>
26
-                            <td class="center">{{item.workerName}}{{item.groupName}}</td>
26
+                            <td class="center">{{item.remark}}</td>
27
                         </tr>
27
                         </tr>
28
                     </tbody>
28
                     </tbody>
29
                 </table>
29
                 </table>

+ 1 - 1
assets/views/incident/incidentDetail.html

@@ -392,7 +392,7 @@
392
                                                 <td class="center">{{item.logType ? item.logType.name : ''}}</td>
392
                                                 <td class="center">{{item.logType ? item.logType.name : ''}}</td>
393
                                                 <td class="center">{{item.appointorName}}</td>
393
                                                 <td class="center">{{item.appointorName}}</td>
394
                                                 <td class="center">{{item.startTime|date:'yyyy-MM-dd HH:mm:ss'}}</td>
394
                                                 <td class="center">{{item.startTime|date:'yyyy-MM-dd HH:mm:ss'}}</td>
395
-                                                <td class="center">{{item.workerName}}{{item.groupName}}</td>
395
+                                                <td class="center">{{item.remark}}</td>
396
                                             </tr>
396
                                             </tr>
397
                                         </tbody>
397
                                         </tbody>
398
                                     </table>
398
                                     </table>