Browse Source

no message

feature/v1.5
xpz2018 4 years ago
parent
commit
a6ce6f3277
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/process/outside-info/index.wxml

2
pages/process/outside-info/index.wxml

@ -73,7 +73,7 @@
<van-cell> <van-cell>
<view slot="title" class="flex flex-justify"> <view slot="title" class="flex flex-justify">
<view class="flex flex-center text-black">净重(公斤)</view> <view class="flex flex-center text-black">净重(公斤)</view>
<view class="text-gray">{{form.offsiteGrossWeight || '- -'}}</view>
<view class="text-gray">{{form.totalNetWeight || '- -'}}</view>
</view> </view>
</van-cell> </van-cell>
<van-cell> <van-cell>

Loading…
Cancel
Save