[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
+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) {