|
|
@@ -319,19 +319,19 @@
|
|
|
<template v-if="receivingInfo">
|
|
|
<td class="text-muted text-wrap text-letter"
|
|
|
>
|
|
|
- <div class="text-overflow-warp-200 warp-min-200" v-text="item.consignee_name">
|
|
|
- </div>
|
|
|
+ <span class="text-overflow-warp-200 warp-min-200" v-text="item.consignee_name">
|
|
|
+ </span>
|
|
|
</td>
|
|
|
<td class="text-muted text-wrap text-letter">
|
|
|
- <div class="text-overflow-warp-200 warp-min-200"
|
|
|
- v-text="item.consignee_phone"></div>
|
|
|
+ <span class="text-overflow-warp-200 warp-min-200"
|
|
|
+ v-text="item.consignee_phone"></span>
|
|
|
</td>
|
|
|
<td v-text="item.province"></td>
|
|
|
<td v-text="item.city"></td>
|
|
|
<td v-text="item.district"></td>
|
|
|
<td class="text-muted text-wrap text-letter">
|
|
|
- <div class="text-overflow-warp-200 warp-min-200"
|
|
|
- v-text="item.address"></div>
|
|
|
+ <span class="text-overflow-warp-200 warp-min-200"
|
|
|
+ v-text="item.address"></span>
|
|
|
</td>
|
|
|
</template>
|
|
|
<td v-text="item.status"></td>
|