feature/2.14.4.2406.02-工资单发放预览

This commit is contained in:
黎永顺 2024-06-18 15:30:46 +08:00
parent 2e775eb205
commit 1c67adbd25
1 changed files with 2 additions and 2 deletions

View File

@ -335,7 +335,7 @@ export default class PayrollGrant extends React.Component {
visible: true, salaryInfoId: record.id, recipient: record.employeeId
}
})}>
预览
{getLabel(111, "查看")}
</a>
{
salarySendDetailBaseInfo.showPdfBtn &&
@ -393,7 +393,7 @@ export default class PayrollGrant extends React.Component {
visible: true, salaryInfoId: record.id, recipient: record.employeeId
}
})}>
预览
{getLabel(111, "查看")}
</a>
</React.Fragment>
);