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

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

@@ -20,10 +20,10 @@
20
                     <tbody>
20
                     <tbody>
21
                         <tr ng-repeat="item in followData">
21
                         <tr ng-repeat="item in followData">
22
                             <td class="center">{{$index + 1}}</td>
22
                             <td class="center">{{$index + 1}}</td>
23
+                            <td class="center">{{item.logType ? item.logType.name : ''}}</td>
23
                             <td class="center">{{item.appointorName}}</td>
24
                             <td class="center">{{item.appointorName}}</td>
24
                             <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>
25
                             <td class="center">{{item.workerName}}{{item.groupName}}</td>
26
                             <td class="center">{{item.workerName}}{{item.groupName}}</td>
26
-                            <td class="center">{{item.logType ? item.logType.name : ''}}</td>
27
                         </tr>
27
                         </tr>
28
                     </tbody>
28
                     </tbody>
29
                 </table>
29
                 </table>