소스 검색

已经退款的不展示按钮

lifanagju_citu 9 달 전
부모
커밋
ea90467417
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/pay/wallet/rechargeRecord/index.vue

+ 1 - 1
src/views/pay/wallet/rechargeRecord/index.vue

@@ -103,7 +103,7 @@
       />
       <el-table-column label="操作" align="center">
         <template #default="scope">
-          <el-button v-if="scope.row.payStatus" link type="danger" @click="handleRefund(scope.row)">发起退款</el-button>
+          <el-button v-if="scope.row.payStatus && !scope.row.refundStatus" link type="danger" @click="handleRefund(scope.row)">发起退款</el-button>
         </template>
       </el-table-column>
     </el-table>