|
@@ -25,7 +25,9 @@
|
|
<el-col :span="18" class="other">{{ item.shop_transport_name || '暂无快递信息' }}</el-col>
|
|
<el-col :span="18" class="other">{{ item.shop_transport_name || '暂无快递信息' }}</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" style="text-align: center">
|
|
<el-col :span="24" style="text-align: center">
|
|
- <el-button type="danger" @click="toDel(item)"> 删除 </el-button>
|
|
|
|
|
|
+ <el-button type="danger" @click="toDel(item)" v-if="form.status == '1' || form.status == '2' || form.status == '2-' || form.status == '3'">
|
|
|
|
+ 删除
|
|
|
|
+ </el-button>
|
|
<!-- <el-button type="success" @click="toExpre(item)"> 修改快递信息 </el-button> -->
|
|
<!-- <el-button type="success" @click="toExpre(item)"> 修改快递信息 </el-button> -->
|
|
<el-button type="primary" @click="toLog(item)"> 查看物流 </el-button>
|
|
<el-button type="primary" @click="toLog(item)"> 查看物流 </el-button>
|
|
</el-col>
|
|
</el-col>
|