Forráskód Böngészése

【修改】调整

zhouhao 2 éve
szülő
commit
9baa74cfe3
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/views/deposit_home/refund_list.vue

+ 1 - 1
src/views/deposit_home/refund_list.vue

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