fix: 健康管理系统,自测问题修复及功能优化完善。

This commit is contained in:
tianyongbao
2024-12-20 15:48:05 +08:00
parent 775ab0b222
commit 0f75162f6b
24 changed files with 3200 additions and 171 deletions

View File

@@ -61,7 +61,7 @@
:closeOnClickOverlay="true"
:show="timeShow"
v-model="time"
mode="datetime"
mode="date"
@close="openOrCloseDate"
@cancel="openOrCloseDate"
@confirm="confirm"
@@ -104,15 +104,15 @@
</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">{{ dictStr(item.unit, unitList) }}</text>
</view>
</view> -->
<view class="item-row">
<text class="row-label">剩余数量</text>
<text class="row-value">{{ item.leftCount }}</text>
<text class="row-value">{{ item.leftCount +dictStr(item.unit, unitList)}}</text>
</view>
<view class="item-row">
<text class="row-label">备注</text>