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;