riku
2024-11-12 befd1f21839939b54254bd316bbd158b136fcd15
pages/inspection/ranking/index.wxml
@@ -1,4 +1,4 @@
<import src="/pages/common/template/template-loading.wxml" />
<!-- <import src="/pages/common/template/template-loading.wxml" /> -->
<wxs src="./util.wxs" module="_" />
<view class="page">
@@ -27,11 +27,13 @@
          bind:scenePickerChange="onScenePickerConfirm"
        />
      </view>
      <view class="ranking-summary__item-abstract" style="margin-left: var(--td-spacer)">
      <include src="/pages/inspection/ranking/statistic.wxml" />
      <!-- <view class="ranking-summary__item-abstract" style="margin-left: var(--td-spacer)">
        问题总计{{statistic.proNum}}个,已整改{{statistic.changeNum}}个,未整改{{statistic.proNum -
        statistic.changeNum}}个,整改率{{statistic.changePer}}
      </view>
      <view class="filter-wrap">
      </view> -->
      <include src="/pages/inspection/ranking/sort-options.wxml" />
      <!-- <view class="filter-wrap">
        <sort-btn
          text="问题数"
          custom-class="flex-start "
@@ -48,11 +50,12 @@
          defaultSort="{{changeSort}}"
          bind:sortsChange="onSortChange"
        ></sort-btn>
      </view>
      </view> -->
    </view>
  </t-sticky>
  <view class="page-container">
    <template is="pulldown-loading" wx:if="{{pageLoading && summaryList.length != 0}}" />
    <include src="./problem-change-list.wxml" />
    <!-- <template is="pulldown-loading" wx:if="{{pageLoading && summaryList.length != 0}}" />
    <block wx:if="{{summaryList.length > 0}}">
      <view
        class="ranking-summary__item"
@@ -111,7 +114,7 @@
      list-is-empty="{{!summaryList.length}}"
      status="{{loadStatus}}"
      bind:retry="_startLoad"
    />
    /> -->
  </view>
  <view class="page-footer"></view>
</view>