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}