From 26cbae861ab0cb4b5d668030cea9f6d40da7d52f Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期二, 03 三月 2026 15:55:03 +0800
Subject: [PATCH] Revert "feat(登录): 添加自动登录功能"

---
 src/pages/routingInspection/detail/indexLS.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/pages/routingInspection/detail/indexLS.vue b/src/pages/routingInspection/detail/indexLS.vue
index 57e4bff..2fa8abf 100644
--- a/src/pages/routingInspection/detail/indexLS.vue
+++ b/src/pages/routingInspection/detail/indexLS.vue
@@ -50,7 +50,7 @@
       </view>
       <wd-col :span="24">
         <wd-form-item label="鏃ユ湡" prop="recordDate">
-          {{ formatDate(detailData.fixedInfo?.recordDate) }}
+          {{ detailData.fixedInfo?.recordDate }}
         </wd-form-item>
         <wd-form-item label="鏈哄彴" prop="deviceModel">
           {{ formatValue(detailData.fixedInfo?.deviceModel) }}
@@ -623,13 +623,13 @@
     console.log("鈿狅笍 鏈娴嬪埌鎵爜缂撳瓨锛岀敤鎴烽渶瑕佹壂鎻忚澶囦簩缁寸爜");
     // 鍦ㄧ紪杈戞ā寮忎笅鎵嶆彁绀�
     if (isEdit.value) {
-      setTimeout(() => {
-        uni.showToast({
-          title: "璇锋壂鎻忚澶囦簩缁寸爜鍚庡啀淇濆瓨",
-          icon: "none",
-          duration: 2000,
-        });
-      }, 500);
+      // setTimeout(() => {
+      //   uni.showToast({
+      //     title: "璇锋壂鎻忚澶囦簩缁寸爜鍚庡啀淇濆瓨",
+      //     icon: "none",
+      //     duration: 2000,
+      //   });
+      // }, 500);
     }
   }
 });

--
Gitblit v1.9.3