From efbc26783eb7f4f5564f0c9f927844f879e7ca6b Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期一, 25 五月 2026 16:01:10 +0800
Subject: [PATCH] feat: 打卡记录死数据重新生成
---
src/components/PIMTable/PIMTable.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/components/PIMTable/PIMTable.vue b/src/components/PIMTable/PIMTable.vue
index d7bb422..1fa1695 100644
--- a/src/components/PIMTable/PIMTable.vue
+++ b/src/components/PIMTable/PIMTable.vue
@@ -204,7 +204,6 @@
</el-table-column>
</el-table>
<pagination
- v-if="page.total > 0"
:total="page.total"
:layout="page.layout"
:page="page.current"
--
Gitblit v1.9.3