Merge branch 'feature/V2-非系统人员管理开发' into develop

This commit is contained in:
黎永顺 2023-07-21 11:41:32 +08:00
commit bc6d296a85
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ export default class SalaryFileViewSlide extends React.Component {
{
com: PickDate({
label: "最后发薪日期",
viewAttr: (selectedKey === "pending" || selectedKey === "fixed") ? 2 : selectedKey === "stop" ? 1 : 3,
viewAttr: (selectedKey === "pending" || selectedKey === "fixed" || selectedKey === "ext") ? 2 : selectedKey === "stop" ? 1 : 3,
value: paysetParams.payEndDate,
onChange: handleSetpay
})