|
|
@@ -104,7 +104,7 @@
|
|
|
<th style="min-width: 120px">快递单号</th>
|
|
|
<th style="min-width: 35px;max-width: 35px" v-text="receivingInfo ? '隐藏' :'展开' ">展开</th>
|
|
|
<template v-if="receivingInfo">
|
|
|
- <th style="min-width: 120px">收货人名称</th>
|
|
|
+ <th style="max-width: 120px">收货人名称</th>
|
|
|
<th style="min-width: 120px">收货人电话</th>
|
|
|
<th style="min-width: 120px">省</th>
|
|
|
<th style="min-width: 120px">市</th>
|
|
|
@@ -317,7 +317,11 @@
|
|
|
</span>
|
|
|
</td>
|
|
|
<template v-if="receivingInfo">
|
|
|
- <td v-text="item.consignee_name"></td>
|
|
|
+ <td class="text-muted text-wrap text-letter"
|
|
|
+ >
|
|
|
+ <div class="text-overflow-warp-200 warp-min-200" v-text="item.consignee_name">
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
<td class="text-muted text-wrap text-letter">
|
|
|
<div class="text-overflow-warp-200 warp-min-200"
|
|
|
v-text="item.consignee_phone"></div>
|