From 9f104c564a49cb9e6ceaf16caddddaf204eca5aa Mon Sep 17 00:00:00 2001
From: sunFlower <787203167@qq.com>
Date: Wed, 26 Oct 2022 15:47:20 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93=E5=B7=B2?=
=?UTF-8?q?=E7=9F=A5bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../projectRegulationTasks/components/dealtWith.vue | 10 ++++++++--
.../regulatoryAssessmentTasks/components/dealtWith.vue | 7 ++++++-
2 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/dealtWith.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/dealtWith.vue
index 5ea5b7b43..7e7b36dc4 100644
--- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/dealtWith.vue
+++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/dealtWith.vue
@@ -11,6 +11,9 @@
:columns="columns"
>
+
+ {{text}}
+
{{$t('Processing')}}
@@ -85,7 +88,8 @@
align: 'center',
dataIndex: 'endTime',
ellipsis: true,
- width: 170
+ width: 170,
+ scopedSlots: { customRender: 'endTime' }
},
{
title: this.$t('taskStatus'),
@@ -327,5 +331,7 @@
text-align: right;
margin-top: 20px;
}
-
+ .activeRed{
+ color: red;
+ }
\ No newline at end of file
diff --git a/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/dealtWith.vue b/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/dealtWith.vue
index 72e8ebf30..d80515b5a 100644
--- a/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/dealtWith.vue
+++ b/jero-web/src/views/toDoCenter/regulatoryAssessmentTasks/components/dealtWith.vue
@@ -15,6 +15,9 @@
{{$t('Processing')}}
+
+ {{text}}
+
{{text+'、'+record.title}}
@@ -204,5 +207,7 @@
text-align: right;
margin-top: 20px;
}
-
+ .activeRed{
+ color: red;
+ }
\ No newline at end of file