From 28483aef11bb21e29c18b9c562f7b17e9cc39e3f Mon Sep 17 00:00:00 2001
From: yaowanxin <3588231647@qq.com>
Date: 星期三, 21 一月 2026 15:59:24 +0800
Subject: [PATCH] 人员离职添加离职日期字段 人员入职和人员离职加入体检是否合格字段
---
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