|
@@ -6,7 +6,7 @@
|
|
|
<image :src="info.cover" mode="aspectFit"></image>
|
|
<image :src="info.cover" mode="aspectFit"></image>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="list-msg">
|
|
<view class="list-msg">
|
|
|
- <view style="margin-top:3upx;"><text>时间:</text>
|
|
|
|
|
|
|
+ <view style="margin-top:3upx;"><text>配送:</text>
|
|
|
<text>{{info.reachDate.substr(5,5)}} {{info.reachPeriod}}前</text>
|
|
<text>{{info.reachDate.substr(5,5)}} {{info.reachPeriod}}前</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view><text>收花:</text><text>{{info.receiveUserName||''}}</text></view>
|
|
<view><text>收花:</text><text>{{info.receiveUserName||''}}</text></view>
|
|
@@ -19,6 +19,10 @@
|
|
|
<text>下单:</text>
|
|
<text>下单:</text>
|
|
|
<text>{{info.shopAdminName}}</text>
|
|
<text>{{info.shopAdminName}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view style="margin-top:3upx;">
|
|
|
|
|
+ <text>时间:</text>
|
|
|
|
|
+ <text>{{info.addTime.substr(5,11)}}</text>
|
|
|
|
|
+ </view>
|
|
|
<view style="margin-top:3upx;">
|
|
<view style="margin-top:3upx;">
|
|
|
<text>备注:</text>
|
|
<text>备注:</text>
|
|
|
<text style="overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:420upx;display:inline-block;line-height:27upx;">{{info.remark||''}}</text>
|
|
<text style="overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:420upx;display:inline-block;line-height:27upx;">{{info.remark||''}}</text>
|