产品-系统多语言

This commit is contained in:
黎永顺 2023-08-01 10:36:43 +08:00
parent 8b1f16e016
commit 0eaa103465
4 changed files with 5 additions and 5 deletions

View File

@ -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" ?

View File

@ -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}
/>
}

View File

@ -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>;

View File

@ -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)}
/>