| | |
| | | <scroll-view |
| | | <!-- <scroll-view |
| | | bindrefresherrefresh="init" |
| | | refresher-enabled |
| | | refresher-triggered="{{refresh}}" |
| | | scroll-y |
| | | style="height: 90vh;" |
| | | > |
| | | > --> |
| | | <view class="self-patrol-static"> |
| | | <view> {{thisMonth}} </view> |
| | | <view class="head_row"> |
| | |
| | | <t-progress percentage="{{progress}}" /> |
| | | </view> --> |
| | | </view> |
| | | <t-grid column="{{3}}" theme="card"> |
| | | <t-grid column="{{3}}" theme="card" gutter="{{40}}"> |
| | | <t-grid-item |
| | | style="opacity: {{item.opacity}};" |
| | | badge-props="{{ item.badge }}" |
| | |
| | | t-class-text="grid-item" |
| | | /> |
| | | </t-grid> |
| | | </scroll-view> |
| | | <!-- </scroll-view> --> |