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