From aec1b6ec73897b5e5f3a85f2985447726a399ed0 Mon Sep 17 00:00:00 2001
From: zuoxiao <zuoxiao>
Date: 星期六, 19 四月 2025 15:56:48 +0800
Subject: [PATCH] 更新灌溉计划页面,添加灌溉计划列表刷新标记,优化项目选择器和时间选择器的逻辑;更新样式以提升用户体验,确保在切换标签时只加载必要的数据。

---
 pages/home/home.json |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/pages/home/home.json b/pages/home/home.json
index dfc93ed..f5ba849 100644
--- a/pages/home/home.json
+++ b/pages/home/home.json
@@ -2,9 +2,14 @@
   "component": true,
   "usingComponents": {
     "t-avatar": "tdesign-miniprogram/avatar/avatar",
-    "t-switch": "tdesign-miniprogram/switch/switch"
+    "t-swipe-cell": "tdesign-miniprogram/swipe-cell/swipe-cell",
+    "t-dialog": "tdesign-miniprogram/dialog/dialog"
   },
-  "navigationBarTitleText": "棣栭〉",
-  "navigationBarTextStyle": "white"
-  
+  "navigationBarTitleText": "澶х鑺傛按",
+  "navigationBarTextStyle": "white",
+  "permission": {  
+    "scope.camera": {  
+      "desc": "浣跨敤鎽勫儚澶存壂鎻忎簩缁寸爜"
+    } 
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0