This commit is contained in:
@zuopngfei 2025-08-21 17:16:15 +08:00
parent 4d2f74c0e1
commit cd5a8d254a

View File

@ -5,7 +5,7 @@
<view slot="label" class="custom-label">姓名</view>
</t-input>
<t-input bindchange="onInput" data-mode="mmp_7" placeholder="请输入MMP-7检测值" align="right" type="digit" value="{{form.mmp_7}}" status="{{isMmp ? '' : 'error'}}" tips="{{isMmp ? '' : '请输入MMP-7'}}">
<view slot="label" class="custom-label">MMP-7 (ng/m)</view>
<view slot="label" class="custom-label">MMP-7 (ng/ml)</view>
</t-input>
<t-input bindchange="onInput" data-mode="day" placeholder="请输入日龄" align="right" type="number" value="{{form.day}}" status="{{isDay ? '' : 'error'}}" tips="{{isDay ? '' : '请输入日龄'}}">
<view slot="label" class="custom-label">日龄 (天)</view>