@@ -201,6 +201,7 @@
<!-- 恢复权重 -->
<div v-else-if="scope.row.product_type == 20">
<span v-if="scope.row.order_type == 8" >{{(scope.row.real_amount/100).toFixed(2)}}</span>
+ <span v-else>+{{(scope.row.real_amount/100).toFixed(2)}}</span>
</div>
<!-- 提现-->
<div v-else-if="scope.row.product_type == 200">