Browse Source

Merge branch 'js' into test

zqwang 1 year ago
parent
commit
2d4629991a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/ordersManage/tabs/rechargeList/index.vue

+ 1 - 1
src/views/ordersManage/tabs/rechargeList/index.vue

@@ -121,7 +121,7 @@
             <el-button v-action="'channel.orders.userDetails'" link type="primary" size="small"
               @click="openType('userDetailVisible', scope.row)">用户详情</el-button>
             <br />
-            <el-button v-if="scope.row.status == 'PAID'" link type="primary" size="small"
+            <el-button v-if="scope.row.can_apply" link type="primary" size="small"
               v-action="'orderRefund.RefundOrder.applyRefund'"
               @click="openType('applyVisible', scope.row)">发起退款</el-button>
             <br />