feature/2.9.42309.01-薪资核算详情页面列表改造(页面编辑)
This commit is contained in:
parent
c365d2eb56
commit
da36ed3aa9
|
|
@ -286,7 +286,7 @@ export default class Payroll extends React.Component {
|
|||
viewcondition: "1"
|
||||
},
|
||||
{
|
||||
title: getLabel(111, "工资单模板基础设置"),
|
||||
title: getLabel(111, "工资单基础设置"),
|
||||
viewcondition: "2"
|
||||
}
|
||||
];
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
border-bottom: 1px solid #e5e5e5;
|
||||
|
||||
.wea-input-number {
|
||||
width: inherit !important;
|
||||
width: 80px !important;
|
||||
margin: 0 10px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -180,6 +180,10 @@ class TemplateBaseSettings extends Component {
|
|||
}
|
||||
})}/>
|
||||
<span>{getLabel(111, "个月内的工资单")}</span>
|
||||
<WeaHelpfulTip
|
||||
title={getLabel(111, "0表示不控制!")}
|
||||
style={{ marginLeft: 10 }}
|
||||
placement="top"/>
|
||||
</div>
|
||||
</WeaSearchGroup>
|
||||
</React.Fragment>
|
||||
|
|
|
|||
Loading…
Reference in New Issue