diff --git a/jero-web/src/views/businessSupport/technologyAssessment/components/initiatingProcess.vue b/jero-web/src/views/businessSupport/technologyAssessment/components/initiatingProcess.vue
index 08db600d4..bf5510115 100644
--- a/jero-web/src/views/businessSupport/technologyAssessment/components/initiatingProcess.vue
+++ b/jero-web/src/views/businessSupport/technologyAssessment/components/initiatingProcess.vue
@@ -48,7 +48,7 @@
{{selectedRowKeysRecord[0] ? selectedRowKeysRecord[0].serialNumber :''}}
-
+
{{$t('standardDecompositionDocument')}}
diff --git a/jero-web/src/views/businessSupport/technologyAssessment/index.vue b/jero-web/src/views/businessSupport/technologyAssessment/index.vue
index 3283ac274..407c7e451 100644
--- a/jero-web/src/views/businessSupport/technologyAssessment/index.vue
+++ b/jero-web/src/views/businessSupport/technologyAssessment/index.vue
@@ -215,12 +215,14 @@
title: this.$t('standard'),
align: 'center',
dataIndex: 'serialNumber',
+ ellipsis: true,
width: 170
},
{
title: this.$t('title'),
align: 'center',
dataIndex: 'title',
+ ellipsis: true,
width: 170
},
{