产品-多语言
This commit is contained in:
parent
b6157dd074
commit
8f2495f64f
|
|
@ -66,7 +66,7 @@ class AppConfig extends Component {
|
|||
|
||||
render() {
|
||||
const { openAcctResultSum, displayEmpInfoReport, loading, openFormulaForcedEditing, isLog, version } = this.state;
|
||||
const btns = [<Button type="primary" loading={loading} onClick={this.appSettingSave}>保存</Button>];
|
||||
const btns = [<Button type="primary" loading={loading} onClick={this.appSettingSave}>{getLabel(537558, "保存")}</Button>];
|
||||
const items = [
|
||||
{
|
||||
com: Input({
|
||||
|
|
|
|||
Loading…
Reference in New Issue