update: 细节优化
This commit is contained in:
parent
f645f70ca9
commit
e438c79708
|
@ -80,7 +80,7 @@
|
||||||
</view>
|
</view>
|
||||||
<view class="type">{{ item.productName }}</view>
|
<view class="type">{{ item.productName }}</view>
|
||||||
<view class="flex-box">
|
<view class="flex-box">
|
||||||
<text>定价人:{{ item.userName }}</text>
|
<text>定价人:{{ item.pricingUserName }}</text>
|
||||||
<text>创建时间:{{ item.createTime }}</text>
|
<text>创建时间:{{ item.createTime }}</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue