uu
This commit is contained in:
parent
0dd723f1db
commit
d4b2360736
@ -107,17 +107,17 @@
|
||||
<u-row justify="between">
|
||||
<view>
|
||||
<text class="clr-sub pr-10">寄件人</text>
|
||||
<text>{{dlCurrent.item.sendName}}</text>
|
||||
<text class="font-weight">{{dlCurrent.item.sendName}}</text>
|
||||
</view>
|
||||
<view>
|
||||
<text class="clr-sub pr-10">寄件电话</text>
|
||||
<text>{{dlCurrent.item.sendMobile}}</text>
|
||||
<text class="font-weight">{{dlCurrent.item.sendMobile}}</text>
|
||||
</view>
|
||||
</u-row>
|
||||
<u-row v-if="dlCurrent.item.sendCompany" custom-style="margin-top:6rpx;">
|
||||
<view>
|
||||
<text class="clr-sub pr-10">寄件公司</text>
|
||||
<text>{{dlCurrent.item.sendCompany}}</text>
|
||||
<text class="font-weight">{{dlCurrent.item.sendCompany}}</text>
|
||||
</view>
|
||||
</u-row>
|
||||
<u-row custom-style="margin-top:6rpx;">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user