diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/dealtWith.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/dealtWith.vue
index 22a3cd251..da56168b1 100644
--- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/dealtWith.vue
+++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/dealtWith.vue
@@ -19,7 +19,10 @@
diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/doneList.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/doneList.vue
index 7b70d0870..7681f074b 100644
--- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/doneList.vue
+++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/doneList.vue
@@ -18,10 +18,15 @@
@click="viewClick(record)">{{$t('view')}}
- {{text}}
+
+ {{text}}
+
- {{text}}
+
+ {{text}}
+
+ --
From 5265f070fdc1a64e641328427186d821990973b4 Mon Sep 17 00:00:00 2001
From: sunFlower <787203167@qq.com>
Date: Fri, 21 Oct 2022 15:36:54 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E5=BE=85=E5=8A=9E?=
=?UTF-8?q?=E4=B8=AD=E5=BF=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../reviewedByThePersonInCharge.vue | 20 ++++++++++++++++---
.../components/taskCirculationHistory.vue | 2 +-
.../processForm/processDetails/index.vue | 5 ++++-
.../components/SentList.vue | 14 ++++++-------
.../components/doneList.vue | 14 ++++++-------
.../components/SentList.vue | 14 ++++++-------
.../components/doneList.vue | 14 ++++++-------
7 files changed, 50 insertions(+), 33 deletions(-)
diff --git a/jero-web/src/views/processCenter/components/reviewedByThePersonInCharge.vue b/jero-web/src/views/processCenter/components/reviewedByThePersonInCharge.vue
index fc760921f..d6b425ba9 100644
--- a/jero-web/src/views/processCenter/components/reviewedByThePersonInCharge.vue
+++ b/jero-web/src/views/processCenter/components/reviewedByThePersonInCharge.vue
@@ -72,7 +72,7 @@
-
+
*
@@ -88,16 +88,30 @@
+
+
+
+ {{$t('feedbackFromTheEngineer')}}
+
+
+
+
+
+
-
+
{{$t('Deliverables')}}
-
+
diff --git a/jero-web/src/views/processCenter/components/taskCirculationHistory.vue b/jero-web/src/views/processCenter/components/taskCirculationHistory.vue
index 8c64c8228..145539870 100644
--- a/jero-web/src/views/processCenter/components/taskCirculationHistory.vue
+++ b/jero-web/src/views/processCenter/components/taskCirculationHistory.vue
@@ -80,7 +80,7 @@
methods: {
getList() {
let query = {
- actiProcInstId: this.$route.query.actiProcInstId
+ actiProcInstId: this.$route.query.actiProcInstId || this.$route.query.prcId
}
this.loading = true
getAction('/wkflow/processHistoryEO/list', query).then((res) => {
diff --git a/jero-web/src/views/processCenter/processForm/processDetails/index.vue b/jero-web/src/views/processCenter/processForm/processDetails/index.vue
index 875ca81b0..f3ab23d05 100644
--- a/jero-web/src/views/processCenter/processForm/processDetails/index.vue
+++ b/jero-web/src/views/processCenter/processForm/processDetails/index.vue
@@ -15,6 +15,7 @@
+
@@ -22,6 +23,7 @@