diff --git a/jero-web/src/views/projectManagement/components/certificationList/index.vue b/jero-web/src/views/projectManagement/components/certificationList/index.vue index 6ff3d7b40..daaef057c 100644 --- a/jero-web/src/views/projectManagement/components/certificationList/index.vue +++ b/jero-web/src/views/projectManagement/components/certificationList/index.vue @@ -738,7 +738,7 @@ title: this.$t('operation'), align: 'left', fixed: 'right', - width: 200, + width: 230, scopedSlots: { customRender: 'operation' } } ], diff --git a/jero-web/src/views/projectManagement/components/transferListvirtal.vue b/jero-web/src/views/projectManagement/components/transferListvirtal.vue index 1fb61d47e..77d0fc1a4 100644 --- a/jero-web/src/views/projectManagement/components/transferListvirtal.vue +++ b/jero-web/src/views/projectManagement/components/transferListvirtal.vue @@ -96,6 +96,7 @@ export default { dataIndex: 'serialNumber', width: 100, fixed: 'left', + ellipsis: true, scopedSlots: { customRender: 'standard' } }, { @@ -104,6 +105,7 @@ export default { dataIndex: 'title', width: 100, fixed: 'left', + ellipsis: true, scopedSlots: { customRender: 'titleName' } }, {