From 35d772a630f09ad5d55005c2f5b45d58c87ca2cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Fri, 24 Mar 2023 18:11:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A4=E8=AF=81=E6=B8=85=E5=8D=95--=E5=88=86?= =?UTF-8?q?=E9=A1=B5=E5=B1=95=E7=A4=BA=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectManagement/components/certificationList/index.vue | 2 +- .../views/projectManagement/components/transferListvirtal.vue | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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' } }, {