diff --git a/jero-web/src/views/parameter/escalationlibrary/index.vue b/jero-web/src/views/parameter/escalationlibrary/index.vue
index 3a5a5c50a..e514ad0be 100644
--- a/jero-web/src/views/parameter/escalationlibrary/index.vue
+++ b/jero-web/src/views/parameter/escalationlibrary/index.vue
@@ -43,8 +43,8 @@
:columns="columns"
>
-
- {{ text && text.length > 15 ? text.slice(0, 14) + '...' : text }}
+
+ {{ text && text.length > 10 ? text.slice(0, 9) + '...' : text }}
@@ -113,8 +113,9 @@
{
title: this.$t('entryName'),
align: 'center',
- width: '10%',
- dataIndex: 'projectName'
+ width: '13%',
+ dataIndex: 'projectName',
+ scopedSlots: { customRender: 'projectName' }
},
{
title: this.$t('ListTitle'),
diff --git a/jero-web/src/views/projectManagement/components/ParameterCollectionEchart.vue b/jero-web/src/views/projectManagement/components/ParameterCollectionEchart.vue
index 5688112ca..ef1051a7e 100644
--- a/jero-web/src/views/projectManagement/components/ParameterCollectionEchart.vue
+++ b/jero-web/src/views/projectManagement/components/ParameterCollectionEchart.vue
@@ -5,13 +5,13 @@
-
+
{{ d.label }}
-
+
{{$t('Thepercentage')}}