From 786bac5aa1fb990687bca68c996983b7d9b35763 Mon Sep 17 00:00:00 2001 From: Chengliang <1546584672@qq.com> Date: Tue, 24 May 2022 10:11:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E5=88=B6=E6=96=B9=E6=A1=88=E9=9D=99?= =?UTF-8?q?=E6=80=81=E9=A1=B5=E9=9D=A2=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/organization/components/staff/StaffScheme.js | 6 +++--- pc4mobx/organization/public/i18n.js | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/pc4mobx/organization/components/staff/StaffScheme.js b/pc4mobx/organization/components/staff/StaffScheme.js index cfc271f..385fd10 100644 --- a/pc4mobx/organization/components/staff/StaffScheme.js +++ b/pc4mobx/organization/components/staff/StaffScheme.js @@ -109,7 +109,7 @@ export default class StaffScheme extends React.Component { staffScheme } = this.props; - staffScheme.setNeDialogTitle(i18n.label.newRankScheme()); + staffScheme.setNeDialogTitle(i18n.label.newStaffScheme()); staffScheme.setIsNew(true); staffScheme.setVisible(true); staffScheme.getForm(); @@ -246,7 +246,7 @@ export default class StaffScheme extends React.Component { staffScheme } = this.props; - staffScheme.setNeDialogTitle(i18n.label.editRankScheme()); + staffScheme.setNeDialogTitle(i18n.label.ediStaffScheme()); staffScheme.setSchemeId(id); staffScheme.setIsNew(false); staffScheme.setVisible(true); @@ -350,7 +350,7 @@ export default class StaffScheme extends React.Component { onClick={key => this.handleMenuClick(key)} > } iconBgcolor='#217346' loading={true} diff --git a/pc4mobx/organization/public/i18n.js b/pc4mobx/organization/public/i18n.js index 7de3ef6..0642645 100644 --- a/pc4mobx/organization/public/i18n.js +++ b/pc4mobx/organization/public/i18n.js @@ -130,6 +130,10 @@ export const i18n = { newOfficeClassifyName: () => getLabel(386246, '新建职务分类信息'), branchNumSetting: () => getLabel(386246, '分部编号设置'), companyName: () => getLabel(385937, '分部'), + + staffName: () => getLabel(385936, '编制方案'), + newStaffScheme: () => getLabel(386246, '新建编制方案'), + ediStaffScheme: () => getLabel(386247, '编辑编制方案'), authorizationGroup: () => getLabel(492, '权限组'),