From 418dd15e4f73037968a79062141238a0f8792a7a Mon Sep 17 00:00:00 2001 From: sunFlower <787203167@qq.com> Date: Wed, 21 Sep 2022 15:34:00 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E4=B8=89=E6=9C=9F=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 1 + jero-web/src/common/lang/zh-cn.js | 1 + .../components/problemKnowledgeBaseAdd.vue | 5 +++-- .../components/evaluationResultsClause.vue | 11 ++++++----- .../components/evaluationResultsWhole.vue | 4 ++-- .../documentTranslation/components/addModel.vue | 5 +++-- .../processForm/evaluationProcess/index.vue | 6 ++++-- .../processForm/processDetails/index.vue | 7 +++---- 8 files changed, 23 insertions(+), 17 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index eff55c5ba..0b8a447f8 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1299,4 +1299,5 @@ module.exports = { theResponsiblePersonTaskForTheSecondTime:'The responsible person receives the task for the second time', processNodesAreInconsistentPleaseSelectConsistentData:'Process nodes are inconsistent; Please select consistent data', exportFileName:'Export file name', + initiateSupplementaryProcess:'Initiate supplementary process', } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index d4b640677..ff0f048ef 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -1401,4 +1401,5 @@ module.exports = { theResponsiblePersonTaskForTheSecondTime:'责任人二次接收任务', processNodesAreInconsistentPleaseSelectConsistentData:'流程节点不一致;请选择一致的数据', exportFileName:'导出文件名称', + initiateSupplementaryProcess:'发起补充流程', } \ No newline at end of file diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue index b36a85902..5cb25572b 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue @@ -52,10 +52,11 @@
- * + {{$t('market')}}
- + +
- {{$t('processBackground')}} - {{$t('initiateProcessForCurrentStandard')}} + {{$t('initiateSupplementaryProcess')}}
+ {{$t('processBackground')}}: {{$route.query.processBackground}}
@@ -237,7 +237,7 @@ processBackground: this.$route.query.processBackground || '', remark: this.$route.query.remark || '', standId: this.$route.query.standId, - lawsTechnologyEvaluationId:this.$route.query.lawsTechnologyEvaluationId + lawsTechnologyEvaluationId: this.$route.query.lawsTechnologyEvaluationId } let newUrl = this.$router.resolve({ path: '/evaluationInitiationProcess', @@ -423,13 +423,14 @@ text-justify: inter-ideograph; word-break: break-all } + ::v-deep .ant-table-row:first-child { - background: #fff!important; + background: #fff !important; opacity: 0.9; } ::v-deep .ant-table-body { - background: transparent!important; + background: transparent !important; }