index.wxml 754 B

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