浏览代码

Merge branch 'test' of 121.36.198.49:zy_duanju/zhiyu_duanju_distribution_manage_front into test

pansl 1 年之前
父节点
当前提交
3904cd1f1f
共有 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 />