index.wxml 642 B

123456789101112131415
  1. <Yl_HeadNav styleType="1" sort='{{content.sort}}' placeholder='搜索' bindonSearch="onSearch" />
  2. <view class="head" />
  3. <!-- <van-tabs active="{{ active }}" color='var(--assist)' title-active-color='var(--assist)' bind:change="tabsChange">
  4. <van-tab title="全部" />
  5. <van-tab title="审核" />
  6. <van-tab title="复核" />
  7. <van-tab title="关闭" />
  8. <van-tab title="手工关闭" />
  9. </van-tabs> -->
  10. <Yl_ListBox id='ListBox' bind:getlist='getList'>
  11. <List list="{{list}}" />
  12. <view style="height: 20px;" />
  13. </Yl_ListBox>
  14. <!-- 筛选条件 -->
  15. <Yl_Filtrate id='Filtrate' list="{{filter}}" bind:handle="handleFilter" dateRange='{{false}}' />