ソースを参照

Merge branch 'js' into test

zqwang 1 年間 前
コミット
2d4629991a
1 ファイル変更1 行追加1 行削除
  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 />