| | |
| | | <tab-content key="{{index}}" tabId="{{index}}" activeTab="{{activeTab2}}" a:if="{{index === 0}}"> |
| | | <view class="tab-item"> |
| | | <view class="search-box"> |
| | | <search-bar value="{{value}}" borderColor="#EDEDF2" onSubmit="searchMation" onInput="onhandInput" focus="{{false}}" maxLength="{{20}}" showCancelButton="{{false}}" placeholder="请输入用户名称" /> |
| | | <search-bar value="{{value}}" onClear="onClear" borderColor="#EDEDF2" onSubmit="searchMation" onInput="onhandInput" focus="{{false}}" maxLength="{{20}}" showCancelButton="{{false}}" placeholder="请输入用户名称" /> |
| | | <view class="filer"> |
| | | <text class="iconfont iconshaixuan" style="font-size:20px"></text> |
| | | <text class="filer-tit" onTap="showFilter">筛选</text> |
| | |
| | | </view> |
| | | </scroll-view> |
| | | <view a:else class="no-data"> |
| | | <cover-image src="../../static/nodata.png" class="no-data-img"/> |
| | | <cover-image src="../../static/img/nodata.png" class="no-data-img"/> |
| | | <view class="no-data-text">暂无数据</view> |
| | | </view> |
| | | </view> |
| | |
| | | <tab-content key="{{index}}" tabId="{{index}}" activeTab="{{activeTab2}}" a:elif="{{index === 1}}"> |
| | | <view class="tab-item"> |
| | | <view class="search-box"> |
| | | <search-bar value="{{value}}" borderColor="#EDEDF2" onSubmit="searchMation" onInput="onhandInput" focus="{{false}}" maxLength="{{20}}" showCancelButton="{{false}}" placeholder="请输入用户名称" /> |
| | | <search-bar value="{{value}}" onClear="onClear" borderColor="#EDEDF2" onSubmit="searchMation" onInput="onhandInput" focus="{{false}}" maxLength="{{20}}" showCancelButton="{{false}}" placeholder="请输入用户名称" /> |
| | | <view class="filer"> |
| | | <text class="iconfont iconshaixuan" style="font-size:20px"></text> |
| | | <text class="filer-tit" onTap="showFilter">筛选</text> |
| | |
| | | </view> |
| | | </view> |
| | | <view a:else class="no-data"> |
| | | <cover-image src="../../static/nodata.png" class="no-data-img"/> |
| | | <cover-image src="../../static/img/nodata.png" class="no-data-img"/> |
| | | <view class="no-data-text">暂无数据</view> |
| | | </view> |
| | | </scroll-view> |