Explorar o código

【修改】调整

zhouhao %!s(int64=2) %!d(string=hai) anos
pai
achega
445642c87a
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/views/deposit_home/refund_list.vue

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

@@ -314,8 +314,8 @@
                 <el-tag v-show="row.examineStatus == 'FAIL'" size="mini" type="danger">不通过</el-tag>
               </template>
             </el-table-column>
-<!--            <el-table-column align="right" label="数量" prop="hasSendQty" min-width="160" show-overflow-tooltip />-->
-<!--            <el-table-column align="right" label="金额" prop="hasSendQty" min-width="160" show-overflow-tooltip />-->
+            <!--            <el-table-column align="right" label="数量" prop="hasSendQty" min-width="160" show-overflow-tooltip />-->
+            <!--            <el-table-column align="right" label="金额" prop="hasSendQty" min-width="160" show-overflow-tooltip />-->
             <el-table-column
               align="left"
               label="工程登录编号"
@@ -573,7 +573,7 @@
                 >详情
                 </el-button>
                 <el-popconfirm
-                  v-if="scope.row.examineStatus == 'OK' && !scope.row.isRefundDeposit"
+                  v-if="scope.row.examineStatus == 'OK' && !scope.row.isRefundDeposit && !scope.row.takeDeposit"
                   style="margin-left: 10px"
                   title="二次退押吗?"
                   @onConfirm="secondRefund(scope.row)"