团队管理和下级用户抽佣明细的输入框搜索功能
This commit is contained in:
@ -44,13 +44,13 @@
|
||||
class="image_4"
|
||||
src="./images/ss.png"
|
||||
/>
|
||||
<input class="font text_8 ml-4" placeholder="请输入关键字"/>
|
||||
<input class="font text_8 ml-4" placeholder="请输入关键字" bindinput="onInput" confirm-type="search" bindconfirm="onSearch" value="{{searchText}}"/>
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex-col list mt-13">
|
||||
<view
|
||||
class="flex-row items-center relative group_6"
|
||||
wx:for="{{userMemberInfoVOList}}"
|
||||
wx:for="{{tempUserMemberInfoVOList}}"
|
||||
wx:for-item="item"
|
||||
wx:for-index="index"
|
||||
wx:key="index"
|
||||
|
Reference in New Issue
Block a user