|
@@ -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 />
|