优化体征检测,新增选择用户1/2
This commit is contained in:
parent
8f103ccc01
commit
48b280a450
@ -20,9 +20,9 @@
|
||||
</view>
|
||||
<view class="bottomlist">
|
||||
<view class="timelist">
|
||||
<uni-data-select class="item" v-model="deviceUserId" :localdata="deviceUserslist" @change="changePro"
|
||||
<!-- <uni-data-select class="item" v-model="deviceUserId" :localdata="deviceUserslist" @change="changePro"
|
||||
:clear="false">
|
||||
</uni-data-select>
|
||||
</uni-data-select> -->
|
||||
<view class="item" v-for="(item,index) in timelist" :class="timeindex == index?'timeitem':''"
|
||||
@tap='taptimeindex(index)'>
|
||||
{{item.name}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user