Browse Source

no message

feature/v1.3
xpz2018 5 years ago
parent
commit
bb6888ba43
1 changed files with 6 additions and 0 deletions
  1. 6
      pages/storage/pound-info/index.wxml

6
pages/storage/pound-info/index.wxml

@ -48,6 +48,12 @@
<view class="text-gray">{{form.operaterName}}</view>
</view>
</van-cell>
<van-cell wx:if="{{form.createTime}}">
<view slot="title" class="flex flex-justify">
<view class="text-black">过磅时间</view>
<view class="text-gray">{{form.createTime}}</view>
</view>
</van-cell>
<view style="height:{{136 + safeBottom}}rpx;" wx:if="{{ form }}"></view>
<submit-layout wx:if="{{form.status == 0 || form.status == 1}}">

Loading…
Cancel
Save