Commit e48fff2d by zhuzhequan

订单修改

parent 195a35fa
...@@ -40,9 +40,9 @@ ...@@ -40,9 +40,9 @@
}}</span> }}</span>
</div> </div>
<div class="order-detail_order-info--content-item flex"> <div class="order-detail_order-info--content-item flex">
<span class="order-detail_order-info__label label">收货地址:</span> <span style="white-space: nowrap;" class="order-detail_order-info__label label">收货地址:</span>
<span <span
class="order-detail_order-info__value value flex-1" style="white-space: nowrap;"
:title="orderDetailData.lanshouAddress" :title="orderDetailData.lanshouAddress"
>{{ orderDetailData.lanshouAddress || '--' }}</span >{{ orderDetailData.lanshouAddress || '--' }}</span
> >
......
...@@ -362,7 +362,7 @@ ...@@ -362,7 +362,7 @@
</div> </div>
<div class="order-detail_item"> <div class="order-detail_item">
<span class="label">收货地址:</span> <span class="label">收货地址:</span>
<span class="value" :title="scope.row.lanshouAddress">{{ <span class="value" :title="scope.row.lanshouAddress">{{
scope.row.lanshouAddress scope.row.lanshouAddress
}}</span> }}</span>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment