Browse Source

feat:fix bugs

master
zhaobing 10 months ago
parent
commit
fe7b24a979
  1. 2
      weapp/package/troubleshooting/index.wxml

2
weapp/package/troubleshooting/index.wxml

@ -36,7 +36,7 @@
<!-- </van-checkbox-group> -->
</view>
</van-dropdown-item>
<van-dropdown-item title="{{ '时间' }}" bind:close="onDropDownClose">
<van-dropdown-item title="{{ '巡检记录时间' }}" bind:close="onDropDownClose">
<view style="max-height:60%; display:flex" class="time-option">
<van-datetime-picker show-toolbar="{{false}}" type="date" value="{{ startTime }}" bind:input="onStartTimeChange" min-date="{{1640966400000}}"/>
<view style="display:flex; align-items:center">至</view>

Loading…
Cancel
Save