From 7821a990e9ed32e5540a9e7c7f94b05c3aa997cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com>
Date: Mon, 23 Sep 2024 16:18:58 +0800
Subject: [PATCH] =?UTF-8?q?custom/=E9=A2=86=E6=82=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pc4mobx/hrmSalary/pages/custom-pages/lingyue/layout.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pc4mobx/hrmSalary/pages/custom-pages/lingyue/layout.js b/pc4mobx/hrmSalary/pages/custom-pages/lingyue/layout.js
index 4e51297a..87d754e9 100644
--- a/pc4mobx/hrmSalary/pages/custom-pages/lingyue/layout.js
+++ b/pc4mobx/hrmSalary/pages/custom-pages/lingyue/layout.js
@@ -41,8 +41,8 @@ class Layout extends Component {
{ key: "EXPORTALL", icon: , content: getLabel(81272, "导出全部") }
];
!salaryManager && (buttons = buttons.slice(2));
- lyAuth && buttons.unshift();
+ (lyAuth || salaryManager) && buttons.unshift();
return (
} buttons={buttons} showDropIcon={true}