| | |
| | | <!--pages/enterprise/result/index.wxml--> |
| | | <t-back-top theme="round" text="顶部" scroll-top="{{scrollTop }}"> </t-back-top> |
| | | <view class="page"> |
| | | <view class="page-header"> |
| | | <t-sticky style="z-index: 10000"> |
| | | <!-- <view class="subtask-header"> --> |
| | | <t-dropdown-menu t-class-item="custom-dropdown-menu"> |
| | | <t-dropdown-item |
| | |
| | | > |
| | | </scene-picker> --> |
| | | <!-- </view> --> |
| | | </t-sticky> |
| | | <t-loading |
| | | wx:if="{{pageLoading}}" |
| | | theme="circular" |
| | |
| | | bind:select="handleSelectDay" |
| | | value="{{thisDate}}" |
| | | /> |
| | | <include src="./subtaskitem.wxml" /> |
| | | </view> |
| | | <view class="page-footer"></view> |
| | | </view> |