fix: 列表功能展示优化,必填字段修改。
This commit is contained in:
@@ -12,20 +12,20 @@
|
||||
<view class="list-item">
|
||||
<view class="item-header" @click="enterDetails(item)">
|
||||
<u--text lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||
:text="item.medicineName" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
:text="item.medicineName+'库存'+item.leftCount+dictStr(item.unit, unitList) " size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<text class="row-label">规格总数:</text>
|
||||
<text class="row-value">{{ item.totalCount }}</text>
|
||||
<text class="row-value">{{ item.totalCount+dictStr(item.unit, unitList) }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<!-- <view class="item-row">
|
||||
<text class="row-label">剩余数量:</text>
|
||||
<text class="row-value">{{ item.leftCount }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
</view> -->
|
||||
<!-- <view class="item-row">
|
||||
<text class="row-label">规格单位:</text>
|
||||
<text class="row-value">{{ dictStr(item.unit, unitList) }}</text>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</u-list-item>
|
||||
<u-loadmore :status="status" loadingIcon="semicircle" height="88" fontSize="32rpx" @loadmore="loadmore" />
|
||||
|
||||
Reference in New Issue
Block a user