|
|
@@ -75,8 +75,9 @@
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
|
<template #default="scope">
|
|
|
<el-button link type="primary" v-if="scope.row.orderStatus != '4'" @click="handleDeliver(scope.row)">发货</el-button>
|
|
|
- <el-button link type="primary" @click="handleReview(scope.row)">查看发货信息</el-button>
|
|
|
- <el-button link type="primary" @click="handleCancel(scope.row)">取消订单</el-button>
|
|
|
+ <el-button link type="primary" v-if="scope.row.orderStatus > '2'" @click="handleReview(scope.row)">查看发货信息</el-button>
|
|
|
+ <el-button link type="primary" v-else @click="handleReview(scope.row)">查看订单信息</el-button>
|
|
|
+ <!-- <el-button link type="primary" @click="handleCancel(scope.row)">取消订单</el-button> -->
|
|
|
<el-button
|
|
|
link
|
|
|
type="primary"
|