Commit 7d19857e by LJM

字段更新

parent 718a5ee7
Showing with 2 additions and 2 deletions
......@@ -322,11 +322,11 @@
</view>
<view class="input-box row" style="flex: 0 0 100%;">
<text class="label">上游备注:</text>
<text class="desc" style="max-width: 429rpx;">{{ detail.upstream_remark }}</text>
<text class="desc" style="max-width: 429rpx;">{{ item.upstream_remark }}</text>
</view>
<view class="input-box row" style="flex: 0 0 100%;margin-bottom: 17rpx;">
<text class="label">明细备注:</text>
<text class="desc" style="max-width: 429rpx;">{{ detail.remark }}</text>
<text class="desc" style="max-width: 429rpx;">{{ item.remark }}</text>
</view>
</view>
</scroll-view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment