master
wangning 7 years ago
parent c4d142532a
commit 7404784130

@ -181,6 +181,7 @@
<th>Operator</th>
<th>Compliance</th>
<th>Status</th>
<th>Remark</th>
</tr>
</thead>
<tbody>
@ -200,6 +201,7 @@
</span>
</td>
<td ng-bind="log.status|refundStatus"></td>
<td ng-bind="log.remark"></td>
</tr>
</tbody>
</table>

@ -165,6 +165,7 @@
<th>Operator</th>
<th>Compliance</th>
<th>Status</th>
<th>Remark</th>
</tr>
</thead>
<tbody>
@ -184,6 +185,7 @@
</span>
</td>
<td ng-bind="log.status|refundStatus"></td>
<td ng-bind="log.remark"></td>
</tr>
</tbody>
</table>

Loading…
Cancel
Save