|
@@ -20,10 +20,10 @@
|
20
|
20
|
<tbody>
|
21
|
21
|
<tr ng-repeat="item in followData">
|
22
|
22
|
<td class="center">{{$index + 1}}</td>
|
|
23
|
+ <td class="center">{{item.logType ? item.logType.name : ''}}</td>
|
23
|
24
|
<td class="center">{{item.appointorName}}</td>
|
24
|
25
|
<td class="center">{{item.startTime|date:'yyyy-MM-dd HH:mm:ss'}}</td>
|
25
|
26
|
<td class="center">{{item.workerName}}{{item.groupName}}</td>
|
26
|
|
- <td class="center">{{item.logType ? item.logType.name : ''}}</td>
|
27
|
27
|
</tr>
|
28
|
28
|
</tbody>
|
29
|
29
|
</table>
|