[update] 新建流程页翻译

This commit is contained in:
lideqin
2023-10-07 13:57:51 +08:00
parent cb7134f81a
commit 1ebd6d3cf2
4 changed files with 95 additions and 45 deletions
@@ -155,5 +155,9 @@ module.exports = {
similarEnStandardsAnalysis: '企业同类标准对比分析', similarEnStandardsAnalysis: '企业同类标准对比分析',
standardLeadingNecessity: '立项标准的领先性与必要性', standardLeadingNecessity: '立项标准的领先性与必要性',
projectExpectedEffects: '立项目的及预期效果等' projectExpectedEffects: '立项目的及预期效果等'
},
// 企标计划立项/变更流程
initChangeFlow: {
title: '企标立项/变更计划'
} }
} }
+25
View File
@@ -136,6 +136,7 @@ module.exports = {
standardName: '标准名称', standardName: '标准名称',
standardNumOrName: '标准编号/标准名称', standardNumOrName: '标准编号/标准名称',
fileImportError: '文件导入错误', fileImportError: '文件导入错误',
flowCenter: '流程中心——',
// 树右键 // 树右键
treeRight: { treeRight: {
addFolder: '新增文件夹', addFolder: '新增文件夹',
@@ -525,6 +526,30 @@ module.exports = {
downTemplate: '点击下载模板', downTemplate: '点击下载模板',
noFileMsg: '请选择一个文件' noFileMsg: '请选择一个文件'
}, },
// 新建流程页
newProcess: {
externalStandardsManagementProcess: '外部标准管理流程',
standardRegulationEntryCorrectionProcess: '标准法规入库/更正流程',
annotateTheConsultationProcess: '标准征求意见流程',
projectComplianceAssessmentProcess: '项目合规评估流程',
noMatchTrackingProcess: '未符合项跟踪流程',
regulatoryComplianceAssessmentProcess: '法规合规评估流程',
regulatoryProcurementProcess: '法规采购流程',
enterpriseProjectChangePlan: '企标立项/变更计划',
annualRevisionPlanActivelyReport: '年度制修订计划审批流程(各部门主动上报)',
annualRevisionPlanStandardizationInit: '年度制修订计划审批流程(标准化发起)',
enterpriseStandardSystemRevisionProcess: '企标制修订流程',
bidChangeProcess: '企标更改流程',
processOfEnterpriseBidReview: '企标复审流程',
processOfEnterpriseBidAnnulment: '企标废止流程',
processOfSealingEnterpriseStandard: '企标封存流程',
theSealedEnterpriseBidHasBeenActivatedProcess: '已封存企标启用流程',
enterpriseStandardAuditPlan: '企标稽查计划',
processOfEnterpriseStandardAudit: '企标稽查流程',
auditExtensionApplicationProcess: '稽查延期申请流程',
enterpriseStandardInspectionAndRectification: '企标稽查整改',
permissionApplicationProcess: '权限申请流程'
},
// 系统管理 // 系统管理
system, system,
// 个人中心 // 个人中心
+46 -45
View File
@@ -15,93 +15,93 @@ export default {
data () { data () {
return { return {
dataList: [ dataList: [
{ { // 外部标准管理流程
uid: 1, uid: 1,
text: '外部标准管理流程', text: this.$t('newProcess.externalStandardsManagementProcess'),
list: [ list: [
{ { // 标准法规入库/更正流程
title: '标准法规入库/更正流程', title: this.$t('newProcess.standardRegulationEntryCorrectionProcess'),
path: '/workCenter/StandardEntryOrChangeProcess' path: '/workCenter/StandardEntryOrChangeProcess'
}, },
{ { // 标准征求意见流程
title: '标注征求意见流程', title: this.$t('newProcess.annotateTheConsultationProcess'),
path: '' path: ''
}, },
{ { // 项目合规评估流程
title: '项目合规评估流程', title: this.$t('newProcess.projectComplianceAssessmentProcess'),
path: '' path: ''
}, },
{ { // 未符合项跟踪流程
title: '未符合项跟踪流程', title: this.$t('newProcess.noMatchTrackingProcess'),
path: '' path: ''
}, },
{ { // 法规合规评估流程
title: '法规合规评估流程', title: this.$t('newProcess.regulatoryComplianceAssessmentProcess'),
path: '' path: ''
}, },
{ { // 法规采购流程
title: '法规采购流程', title: this.$t('newProcess.regulatoryProcurementProcess'),
path: '' path: ''
} }
] ]
}, },
{ { // 企标管理流程
uid: 2, uid: 2,
text: '企标管理流程', text: '企标管理流程',
list: [ list: [
{ { // 企标立项/变更计划
title: '企标立项/变更计划', title: this.$t('newProcess.enterpriseProjectChangePlan'),
path: '/workCenter/enterpriseStandardInitChange/flow/planApprovalChangeFlow'
},
{ // 年度制修订计划审批流程(各部门主动上报)
title: this.$t('newProcess.annualRevisionPlanActivelyReport'),
path: '' path: ''
}, },
{ { // 年度制修订计划审批流程(标准化发起)
title: '年度制修订计划审批流程(各部门主动上报)', title: this.$t('newProcess.annualRevisionPlanStandardizationInit'),
path: '' path: ''
}, },
{ { // 企标制修订流程
title: '年度制修订计划审批流程(标准化发起)', title: this.$t('newProcess.enterpriseStandardSystemRevisionProcess'),
path: '' path: ''
}, },
{ { // 企标更改流程
title: '企标制修订流程(草案编写/征求意见/报批)', title: this.$t('newProcess.bidChangeProcess'),
path: '' path: ''
}, },
{ { // 企标复审流程
title: '企标更改流程', title: this.$t('newProcess.processOfEnterpriseBidReview'),
path: '' path: ''
}, },
{ { // 企标废止流程
title: '企标复审流程', title: this.$t('newProcess.processOfEnterpriseBidAnnulment'),
path: '' path: ''
}, },
{ { // 企标封存流程
title: '企标废止流程', title: this.$t('newProcess.processOfSealingEnterpriseStandard'),
path: '' path: ''
}, },
{ { // 已封存企标启用流程
title: '企标封存流程', title: this.$t('newProcess.theSealedEnterpriseBidHasBeenActivatedProcess'),
path: '' path: ''
}, },
{ { // 企标稽查计划
title: '已封存企标启用流程', title: this.$t('newProcess.enterpriseStandardAuditPlan'),
path: '' path: ''
}, },
{ { // 企标稽查流程
title: '企标稽查计划', title: this.$t('newProcess.processOfEnterpriseStandardAudit'),
path: '' path: ''
}, },
{ { // 稽查延期申请流程
title: '企标稽查流程', title: this.$t('newProcess.auditExtensionApplicationProcess'),
path: '' path: ''
}, },
{ { // 企标稽查整改
title: '稽查延期申请流程', title: this.$t('newProcess.enterpriseStandardInspectionAndRectification'),
path: '' path: ''
}, },
{ { // 权限申请流程
title: '企标稽查整改',
path: ''
},
{
title: '权限申请流程', title: '权限申请流程',
path: '' path: ''
}, },
@@ -111,7 +111,7 @@ export default {
} }
] ]
}, },
{ { // 工作组相关流程
uid: 3, uid: 3,
text: '工作组相关流程', text: '工作组相关流程',
list: [ list: [
@@ -181,6 +181,7 @@ export default {
line-height: 22px; line-height: 22px;
text-align: center; text-align: center;
margin: 24px 23px 0 0; margin: 24px 23px 0 0;
cursor: pointer;
} }
@media screen and (min-device-width: 1920px) and (max-device-width: 1366px) { @media screen and (min-device-width: 1920px) and (max-device-width: 1366px) {
.list-cont:nth-child(7n) { .list-cont:nth-child(7n) {
@@ -0,0 +1,20 @@
<template>
<internal-detail-page :title="$t('flowCenter') + $t('enterpriseStandardLibrary.initChangeFlow.title')" :loading="loading" :content-padding="0">
<div class="title-wrapper">流程信息</div>
</internal-detail-page>
</template>
<script>
import InternalDetailPage from '@/components/InternalDetailPage'
export default {
name: 'PlanApprovalFlow',
components: {
InternalDetailPage
}
}
</script>
<style scoped>
</style>