master
wangning 7 years ago
parent c4d142532a
commit 7404784130

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

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

Loading…
Cancel
Save