index.wxml 739 B

1234567891011121314151617
  1. <Yl_HeadNav styleType="1" sort='{{content.sort}}' placeholder='搜索' bindonSearch="onSearch" />
  2. <van-tabs class="tab" active="{{ active }}" color='var(--assist)' title-active-color='var(--assist)' bind:change="tabsChange">
  3. <van-tab title="全部" />
  4. <van-tab title="新建" />
  5. <van-tab title="提交" />
  6. <van-tab title="审核" />
  7. <van-tab title="复核" />
  8. </van-tabs>
  9. <Yl_ListBox id='ListBox' bind:getlist='getList'>
  10. <view style="height: 20rpx;" />
  11. <List list="{{list}}" userrole="{{userrole}}" />
  12. <view style="height: 20px;" />
  13. </Yl_ListBox>
  14. <!-- 新建浮动按钮 -->
  15. <Yl_FloatingButton bindtap="toAdd" />
  16. <!-- 筛选条件 -->
  17. <Yl_Filtrate id='Filtrate' list="{{filter}}" bind:handle="handleFilter" dateRange='{{false}}' />