From ce2030983b014a163c1ef7ec348087511472eb72 Mon Sep 17 00:00:00 2001 From: Chengliang <1546584672@qq.com> Date: Tue, 11 Jun 2024 18:55:29 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=A4=9A=E8=AF=AD=E8=A8=80=E5=A4=84?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../organization/components/ImportDialog.js | 8 +- .../components/company/company.js | 13 +- .../components/department/NewPopconfirm.js | 21 ++- .../components/department/department.js | 21 +-- .../components/fieldDefinedSet/QtxConfig.js | 16 +- .../components/fieldDefinedSet/QuickSearch.js | 12 +- .../fieldDefinedSet/QuickSearchDetail.js | 4 +- .../organization/components/log/LogView.js | 6 +- .../components/newImport/index.js | 2 +- .../components/newImport/stepDialog.js | 4 +- .../components/postionrank/JobGrade.js | 2 +- .../components/postionrank/JobLevel.js | 2 +- .../components/resource/PersonnelResume.js | 2 + .../components/resource/resource.js | 4 +- pc4mobx/organization/index.js | 1 + pc4mobx/organization/public/i18n.js | 150 +++++++++++------- pc4mobx/organization/stores/department.js | 2 +- pc4mobx/organization/stores/importDialog.js | 8 +- pc4mobx/organization/stores/resource.js | 12 +- pc4mobx/organization/style/common.less | 3 + 20 files changed, 178 insertions(+), 115 deletions(-) diff --git a/pc4mobx/organization/components/ImportDialog.js b/pc4mobx/organization/components/ImportDialog.js index e233189..5b7022a 100644 --- a/pc4mobx/organization/components/ImportDialog.js +++ b/pc4mobx/organization/components/ImportDialog.js @@ -43,7 +43,7 @@ export default class ImportDialog extends React.Component { this.state = { width: 800, height: 600, - title: '数据导入', + title: i18n.label.dataImport(), } } @@ -194,8 +194,8 @@ export default class ImportDialog extends React.Component {
点击或将文件拖拽到此区域上传
-支持单个或批量上传,严禁上传公司内部资料及其他违禁文件
+{i18n.label.importTip1()}
+{i18n.label.importTip2()}
{this.getForm()} @@ -221,7 +221,7 @@ export default class ImportDialog extends React.Component { /> }注意:右侧列表默认加载的为必填字段!
+{getLabel(547646,'注意:右侧列表默认加载的为必填字段!')}
流程总数
+{getLabel(547241,'流程总数')}
{data.statistical.workflowCount}
文档总数
+{getLabel(547243,'文档总数')}
{data.statistical.docCount}
我的客户
+{getLabel(547244,'我的客户')}
{data.statistical.cusCount}
我的协作
+{getLabel(547245,'我的协作')}
{data.statistical.collaborationCount}
微博总数
+{getLabel(547246,'我的协作')}
{data.statistical.weiboCount}