|
@@ -273,7 +273,7 @@
|
|
|
<!-- <el-button v-if="!~['TIMEOUT', 'CLOSE'].indexOf(orderDetail.orderStatus)" size="mini" type="text"
|
|
|
@click="handleRefund(scope.row)" :disabled="!orderDetail.refundAble || scope.row.refundNum >= scope.row.num">退款
|
|
|
</el-button> -->
|
|
|
- <el-button type="text" size="small" @click="returnOrder(scope.row.deliveryId)" v-if="!~['TIMEOUT', 'CLOSE'].indexOf(orderDetail.orderStatus) || scope.row.status != 'REFUND'">发起退货</el-button>
|
|
|
+ <el-button type="text" size="small" @click="returnOrder(scope.row.deliveryId)" v-if="!~['TIMEOUT', 'CLOSE'].indexOf(orderDetail.orderStatus) && scope.row.status == 'SEND'">发起退货</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|