From cf4787bc8188cd0acc8a42793730b076742f29c1 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 16 四月 2026 17:37:35 +0800
Subject: [PATCH] 新增现场巡查模块(待完成)
---
pages/supervision/index.wxml | 30 +++++++++++++++++++++++-------
1 files changed, 23 insertions(+), 7 deletions(-)
diff --git a/pages/supervision/index.wxml b/pages/supervision/index.wxml
index f5ac3d0..6649b67 100644
--- a/pages/supervision/index.wxml
+++ b/pages/supervision/index.wxml
@@ -6,11 +6,23 @@
<t-search placeholder="{{placeholder}}" leftIcon="search" disabled> </t-search>
</view>
<t-sticky>
- <filter sceneMode="{{1}}" bind:sortsChange="handleSortsChange" bind:timeInitValue="initTime"
- bind:timePickerChange="handleTimePickerChange" bind:sceneInitValue="initScene"
- bind:scenePickerChange="handleScenePickerChange" bind:showFilterPopup="showFilterPopup">
- <filter-popup-2 slot="filterPopup" show="{{show}}" bind:showFilterPopupClose="showFilterPopupClose"
- bind:initValue="initPopup" bind:reset="onPopupSearch" bind:confirm="onPopupSearch">
+ <filter
+ sceneMode="{{1}}"
+ bind:sortsChange="handleSortsChange"
+ bind:timeInitValue="initTime"
+ bind:timePickerChange="handleTimePickerChange"
+ bind:sceneInitValue="initScene"
+ bind:scenePickerChange="handleScenePickerChange"
+ bind:showFilterPopup="showFilterPopup"
+ >
+ <filter-popup-2
+ slot="filterPopup"
+ show="{{show}}"
+ bind:showFilterPopupClose="showFilterPopupClose"
+ bind:initValue="initPopup"
+ bind:reset="onPopupSearch"
+ bind:confirm="onPopupSearch"
+ >
</filter-popup-2>
</filter>
<include src="./topic.wxml" />
@@ -23,7 +35,11 @@
<include src="./rank-result.wxml" />
</block>
<t-empty-page wx:elif="{{!pageLoading}}" description="鏃犺嚜璇勮褰�" />
- <load-more list-is-empty="{{!searchResult.length}}" status="{{loadStatus}}" bind:retry="_startLoad" />
+ <load-more
+ list-is-empty="{{!searchResult.length}}"
+ status="{{loadStatus}}"
+ bind:retry="_startLoad"
+ />
</view>
<view class="page-footer"></view>
-</view>
\ No newline at end of file
+</view>
--
Gitblit v1.9.3