|
|
|
@ -16,9 +16,11 @@ |
|
|
|
<view style="height:24rpx" wx:if="{{oindex != 0 }}"></view> |
|
|
|
<view class="item-order flex flex-justify"> |
|
|
|
<view style="width:75%"> |
|
|
|
<view class="flex flex-justify text-df" style="width:75%"> |
|
|
|
<text class="text-bold">{{orderItem.logisticcsInfo.plateNumber}}「{{ orderItem.paperCategoryName || item.paperCategoryName }}」</text> |
|
|
|
<!-- <text class="text-bold" style="margin-right:45rpx"></text> --> |
|
|
|
<view class="flex text-df" style="width:75%"> |
|
|
|
<highlight-text content="{{orderItem.logisticcsInfo.plateNumber}}" keyword="{{keyword}}" class="text-df text-bold"/> |
|
|
|
<text class="text-bold">「</text> |
|
|
|
<highlight-text content="{{orderItem.paperCategoryName || item.paperCategoryName}}" keyword="{{keyword}}" class="text-df text-bold"/> |
|
|
|
<text class="text-bold">」</text> |
|
|
|
</view> |
|
|
|
<view class="text-sm text-gray" style="margin-top:12rpx">{{orderItem.promptMessage}}</view> |
|
|
|
</view> |
|
|
|
|