产品-系统多语言
This commit is contained in:
parent
8b1f16e016
commit
0eaa103465
|
|
@ -187,7 +187,7 @@ class LedgerBaseSetting extends Component {
|
|||
<React.Fragment>
|
||||
<WeaCheckbox value={true} viewAttr={1}
|
||||
content={getLabel(111, "【起薪日期≤薪资周期止】且【最后发薪日期≥薪资周期起】")}/>
|
||||
<WeaHelpfulTip width={200} title={getLabel(111, "提示:最后发薪日期为空,默认为无穷大")}
|
||||
<WeaHelpfulTip width={200} title={getLabel(543472, "提示:最后发薪日期为空,默认为无穷大")}
|
||||
placement="topLeft"/>
|
||||
</React.Fragment> :
|
||||
type === "SELECT" ?
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ class LedgerSalaryItemEditSlide extends Component {
|
|||
direction="right" measure="%"
|
||||
title={
|
||||
<SlideModalTitle
|
||||
subtitle={getLabel(111, "编辑薪资项目")} showOperateBtn
|
||||
subtitle={getLabel(543513, "编辑薪资项目")} showOperateBtn
|
||||
loading={this.props.loading} editable onSave={this.props.onSave}
|
||||
/>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -262,7 +262,7 @@ const TitleComp = (props) => {
|
|||
<Button type="ghost" onClick={() => onAddCategory()} style={{ marginRight: 10 }}>{getLabel(515324, "新增分类")}</Button>
|
||||
}
|
||||
<WeaInputSearch value={salaryItemKeywords} onChange={onChange}
|
||||
placeholder={getLabel(111, "请输入薪资项目名称")}
|
||||
placeholder={getLabel(543534, "请输入薪资项目名称")}
|
||||
/>
|
||||
</div>
|
||||
</div>;
|
||||
|
|
|
|||
|
|
@ -379,8 +379,8 @@ export default class Index extends Component {
|
|||
onChange={val => this.handleChange("confValue", val)}/>
|
||||
</WeaFormItem>
|
||||
</WeaSearchGroup>
|
||||
<WeaSearchGroup title={getLabel(111, "薪资核算人员匹配规则")} showGroup center>
|
||||
<WeaFormItem label={getLabel(111, "匹配规则")} labelCol={{ span: 6 }} wrapperCol={{ span: 18 }}>
|
||||
<WeaSearchGroup title={getLabel(543855, "薪资核算人员匹配规则")} showGroup center>
|
||||
<WeaFormItem label={getLabel(19835, "匹配规则")} labelCol={{ span: 6 }} wrapperCol={{ span: 18 }}>
|
||||
<WeaSelect options={matchRuleOptions} value={matchRule}
|
||||
onChange={val => this.handleChange("matchRule", val)}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue