From 5158f4d6e2895b3f2553d051c972eda71054f1db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=B5=A9?= Date: Wed, 28 Jun 2023 18:03:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E5=8A=9E=E4=B8=AD=E5=BF=83-=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E5=8E=86=E5=8F=B2=E8=A7=92=E8=89=B2=E6=A0=87=E8=AF=86?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/circulationHistory.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue index 28f9181a9..2a58e6510 100644 --- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue +++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/circulationHistory.vue @@ -314,9 +314,9 @@ } else if (val.name == this.$t('verificationComplianceReview')) { val.userName = this.$t('personLiable') } else if (val.name == this.$t('designComplianceReviewAdmin')) { - val.userName = this.$t('regulatoryEngineer') + val.userName = this.$t('Sponsor') } else if (val.name == this.$t('verificationComplianceExamine')) { - val.userName = this.$t('regulatoryEngineer') + val.userName = this.$t('Sponsor') } else { val.userName = '' } @@ -424,8 +424,8 @@ .process-content-right-top-user{ //background: #E6FAFA; //padding: 5px; - color: #00B3BE; - font-size: 14px; + color: #9c9fac; + font-size: 12px; font-weight: lighter; margin-top: 5px; text-overflow: ellipsis;