核销订单详情去掉物流信息
This commit is contained in:
@ -30,7 +30,7 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
</el-card>
|
</el-card>
|
||||||
<el-card>
|
<el-card v-if="form.storeId == 0">
|
||||||
<div slot="header">
|
<div slot="header">
|
||||||
<span>物流信息</span>
|
<span>物流信息</span>
|
||||||
</div>
|
</div>
|
||||||
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
<div><el-button :loading="loading" type="primary" @click="express">查看物流</el-button></div>
|
<div><el-button :loading="loading" type="primary" @click="express">查看物流</el-button></div>
|
||||||
<div style="margin-top: 20px">
|
<div style="margin-top: 20px">
|
||||||
<el-timeline v-if="this.form.deliveryId && expressInfo.length > 0">
|
<el-timeline v-if="form.deliveryId && expressInfo.length > 0">
|
||||||
<el-timeline-item
|
<el-timeline-item
|
||||||
v-for="(obj, index) in expressInfo"
|
v-for="(obj, index) in expressInfo"
|
||||||
:key="index"
|
:key="index"
|
||||||
|
|||||||
Reference in New Issue
Block a user