Commit 0f8bc1dd by 10_noah@other.ren

商家后台-订单管理:列表收货地址需要优化

parent 298408dc
......@@ -22,7 +22,7 @@
v-if="qxqAuth(scope.row)>=0"
@click="checkTheDetails(scope.row)" style="color: #409EFF;margin: 5px;padding: 0px;border: 0px">详情</el-button>
<el-button type="button" size="small"
v-if="scope.row.state===4 && scope.row.isLogistics===1"
v-if="(scope.row.state===4||scope.row.state===4||scope.row.state===6) && scope.row.isLogistics===1"
@click="viewLogistics(scope.row)" style="color: #409EFF;margin: 5px;padding: 0px;border: 0px">查看物流</el-button>
<el-button type="button" size="small"
v-if="ljfhAuth(scope.row)>=0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment