Browse Source

agent

feature/v2.1
xpz2018 4 years ago
parent
commit
d37fb2e97d
1 changed files with 2 additions and 2 deletions
  1. 4
      pages/agent/order-detail/order-info/index.wxml

4
pages/agent/order-detail/order-info/index.wxml

@ -20,9 +20,9 @@
<text class="text-black">下单打包站</text> <text class="text-black">下单打包站</text>
<text class="text-gray">{{orderInfo.factoryName}}</text> <text class="text-gray">{{orderInfo.factoryName}}</text>
</view> </view>
<view class="flex flex-justify text-sg" style="margin-top:20rpx" wx:if="{{orderInfo.bizOwnerName}}">
<view class="flex flex-justify text-sg" style="margin-top:20rpx" wx:if="{{orderInfo.orderOwnerName}}">
<text class="text-black">下单人</text> <text class="text-black">下单人</text>
<text class="text-gray">{{orderInfo.bizOwnerName}}</text>
<text class="text-gray">{{orderInfo.orderOwnerName}}</text>
</view> </view>
<view class="flex flex-justify text-sg" style="margin-top:20rpx"> <view class="flex flex-justify text-sg" style="margin-top:20rpx">
<text class="text-black">创建时间</text> <text class="text-black">创建时间</text>

Loading…
Cancel
Save