...
|
...
|
@@ -28,15 +28,10 @@ |
|
|
</div>
|
|
|
<div class="ivu-card-body">
|
|
|
<Row>
|
|
|
<i-col span="24">
|
|
|
物流公司:
|
|
|
<template v-for="(item, index) in logisticsList">
|
|
|
<span v-if="item.id == orderInfo.expressId" :key="index">{{ item.companyName }}</span>
|
|
|
</template>
|
|
|
</i-col>
|
|
|
<i-col span="24">物流公司:{{ returnedInfo.expressName }}</i-col>
|
|
|
</Row>
|
|
|
<Row>
|
|
|
<i-col span="24">运单号:{{ orderInfo.expressNumber }}</i-col>
|
|
|
<i-col span="24">运单号:{{ returnedInfo.expressNumber }}</i-col>
|
|
|
</Row>
|
|
|
</div>
|
|
|
</div>
|
...
|
...
|
|