@@ -573,7 +573,7 @@
>详情
</el-button>
<el-popconfirm
- v-if="scope.row.examineStatus == 'OK' && !scope.row.isRefundDeposit && scope.row.takeDeposit===false"
+ v-if="scope.row.examineStatus == 'OK' && !scope.row.isRefundDeposit && scope.row.takeDeposit===true"
style="margin-left: 10px"
title="二次退押吗?"
@onConfirm="secondRefund(scope.row)"