add包装关系维护

This commit is contained in:
2025-06-27 10:30:01 +08:00
parent 244fcbbaae
commit f368f15a99
6 changed files with 172 additions and 3 deletions

View File

@@ -33,7 +33,7 @@
</view>
</view>
<view class="filter_item">
<view class="filter_label">{{$t('filter.time')}}</view>
<view class="filter_label">{{$t('filter.time')}}({{$t('unit.minute')}})</view>
<view class="filter_input_wraper">
<!-- <input type="text" class="filter_input" v-model="val4"> -->
<NumberInput

View File

@@ -18,7 +18,8 @@
<NumberInput
v-model="val2"
input-class="filter_input"
mode="integer"
mode="mixed"
:decimalLength="3"
/>
</view>
</view>