瀏覽代碼

no message

Moss 1 年之前
父節點
當前提交
26872b2b8b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/mallManagement/order/order_detail/index.vue

+ 1 - 1
src/views/mallManagement/order/order_detail/index.vue

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