diff --git a/jero-web/src/views/projectManagement/components/certificationList/index.vue b/jero-web/src/views/projectManagement/components/certificationList/index.vue
index e1fbe14d9..6f5b2c4af 100644
--- a/jero-web/src/views/projectManagement/components/certificationList/index.vue
+++ b/jero-web/src/views/projectManagement/components/certificationList/index.vue
@@ -379,7 +379,7 @@
@@ -548,7 +548,10 @@
'Test failed': 'nonConformityColor',
'In progress': 'TrackedColor',
'NA': 'notInvolvedColor',
- 'Not start': 'submittedColor'
+ 'Not start': 'submittedColor',
+ '25181c5a4c044001b4beca539c77a5c8':'accordColor',
+ '0a384b5475554ae8886b950730a3bff7':'accordColor',
+ '7cba3c71fd24421eade54c685e3b4444':'TrackedColor',
},
fieldList: [
{
@@ -767,7 +770,7 @@
title: this.$t('CertificationProgress'),
align: 'left',
dataIndex: 'certificationProgress',
- width: 180,
+ width: localStorage.getItem('language') == 'zh-cn' ? 180 : 200,
ellipsis: true,
scopedSlots: { customRender: 'CertificationProgress' }
},
@@ -2312,6 +2315,10 @@
border-radius: 4px;
background: #f1f3f5;
color: #919399;
+ padding: 0 8px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
}
.box-content-cou {