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