From 304f9efb86e72eb3ce239fd69b2f4516b4438c6a Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 09 四月 2026 15:29:59 +0800
Subject: [PATCH] Merge branch 'dev_new' of http://114.132.189.42:9002/r/product-inventory-APP-before into dev_new

---
 src/pages/humanResources/attendance/report.vue |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/src/pages/humanResources/attendance/report.vue b/src/pages/humanResources/attendance/report.vue
index 04bffe2..997f089 100644
--- a/src/pages/humanResources/attendance/report.vue
+++ b/src/pages/humanResources/attendance/report.vue
@@ -27,15 +27,7 @@
                         title="鎼滅储鏃ユ湡" />
     <view class="record-list">
       <!-- 鍔犺浇鐘舵�� -->
-      <view v-if="loading"
-            class="loading-state">
-        <u-icon name="loading"
-                size="40"
-                color="#348fe2"></u-icon>
-        <text class="loading-text">鍔犺浇涓�...</text>
-      </view>
-      <view v-else
-            v-for="(item) in tableData"
+      <view v-for="(item) in tableData"
             :key="item.id"
             class="record-item-card"
             :class="{ 'abnormal': item.status !== 0 }">

--
Gitblit v1.9.3