소스 검색

修改处理进度的备注字段

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>