riku
2024-11-13 48145f787eda81815f653ad21161a60e89b6a303
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!-- <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">
      <view class="head_row_item">
        <view class="head_tag">自巡查提交数</view>
        <view class="head_1">{{finished}}</view>
      </view>
      <view class="head_row_item">
        <view class="head_tag">自巡查提交占比</view>
        <view class="head_1"
          >{{progress}}<text class="head_row_item_tag">%</text></view
        >
      </view>
    </view>
    <view class="head_right">
      <text class="head_btn" bindtap="gotoHistory">历史记录 ></text>
    </view>
    <!-- <view class="self-patrol-progress">
    <t-progress percentage="{{progress}}" />
  </view> -->
  </view>
  <t-grid column="{{3}}" theme="card" gutter="{{40}}">
    <t-grid-item
      style="opacity: {{item.opacity}};"
      badge-props="{{ item.badge }}"
      wx:for="{{pageList1}}"
      wx:key="index"
      text="{{item.ledgerName}}"
      image="{{item.iconUrl}}"
      data-index="{{index}}"
      bindtap="gotoLedgerDetail"
      t-class-text="grid-item"
    />
  </t-grid>
<!-- </scroll-view> -->