|
@@ -270,9 +270,9 @@
|
|
|
<el-table-column prop="createTime" align="center" label="操作时间" width="160"></el-table-column>
|
|
|
<el-table-column align="center" label="操作" fixed="right">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button v-if="!~['TIMEOUT', 'CLOSE'].indexOf(orderDetail.orderStatus)" size="mini" type="text"
|
|
|
+ <!-- <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> -->
|
|
|
<el-button type="text" size="small" @click="returnOrder(scope.row.deliveryId)">发起退货</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|