From 865afc8191a49443aeaa2128ba8d142e4ffe45f3 Mon Sep 17 00:00:00 2001
From: qq787203167 <787203167@qq.com>
Date: Thu, 14 Jul 2022 11:30:11 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E6=B3=95=E8=A7=84=E6=8A=80?=
=?UTF-8?q?=E6=9C=AF=E8=AF=84=E4=BC=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jero-web/src/common/lang/en-us.js | 2 +
jero-web/src/common/lang/zh-cn.js | 2 +
.../collectionOfRegulatoryOpinions/index.vue | 2 +-
.../components/processInformation.vue | 141 ++++++++++++++++++
.../technologyAssessment/index.vue | 16 +-
5 files changed, 152 insertions(+), 11 deletions(-)
create mode 100644 jero-web/src/views/businessSupport/technologyAssessment/components/processInformation.vue
diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js
index ff30c7a53..5a4951f95 100644
--- a/jero-web/src/common/lang/en-us.js
+++ b/jero-web/src/common/lang/en-us.js
@@ -1134,4 +1134,6 @@ module.exports = {
reviewComments:'Review comments',
PleaseCompleteList:'Please complete the compliance results in the list',
sponsorFeedback:'Sponsor feedback',
+ processNumber:'Process number',
+ processName:'Process Name',
}
\ 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 6325d941d..37bc3ed86 100644
--- a/jero-web/src/common/lang/zh-cn.js
+++ b/jero-web/src/common/lang/zh-cn.js
@@ -1138,4 +1138,6 @@ module.exports = {
reviewComments:'审核意见',
PleaseCompleteList:'请补全列表中符合性结果',
sponsorFeedback:'发起人反馈',
+ processNumber:'流程编号',
+ processName:'流程名称',
}
\ No newline at end of file
diff --git a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue
index 5955cfc03..e342a2161 100644
--- a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue
+++ b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/index.vue
@@ -168,7 +168,7 @@
align: 'center',
width: 170,
ellipsis: true,
- dataIndex: 'technologyTerritory'
+ dataIndex: 'technologyTerritoryName'
},
{
title: this.$t('collectResults'),
diff --git a/jero-web/src/views/businessSupport/technologyAssessment/components/processInformation.vue b/jero-web/src/views/businessSupport/technologyAssessment/components/processInformation.vue
new file mode 100644
index 000000000..e5eb0a45a
--- /dev/null
+++ b/jero-web/src/views/businessSupport/technologyAssessment/components/processInformation.vue
@@ -0,0 +1,141 @@
+
+
+
+
+ {{$t('cancel')}}
+
+
+
+
+
+ {{$t('See')}}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jero-web/src/views/businessSupport/technologyAssessment/index.vue b/jero-web/src/views/businessSupport/technologyAssessment/index.vue
index eb9627cd0..52e936410 100644
--- a/jero-web/src/views/businessSupport/technologyAssessment/index.vue
+++ b/jero-web/src/views/businessSupport/technologyAssessment/index.vue
@@ -149,14 +149,18 @@
+