diff --git a/jero-web/src/views/externalReports/index.vue b/jero-web/src/views/externalReports/index.vue index 920677cbc..dacac5793 100644 --- a/jero-web/src/views/externalReports/index.vue +++ b/jero-web/src/views/externalReports/index.vue @@ -385,7 +385,7 @@ ellipsis: true, dataIndex: 'fileName', scopedSlots: { customRender: 'fileName' }, - width: 200 + width: 400 }, { title: this.$t('fileDeclaration'), @@ -393,7 +393,7 @@ ellipsis: true, dataIndex: 'fileDescription', scopedSlots: { customRender: 'projectName' }, - width: 300 + width: 400 }, { title: this.$t('uploadedBy'), @@ -412,14 +412,14 @@ align: 'left', ellipsis: true, dataIndex: 'createTime', - width: 250 + width: 150 }, { title: this.$t('operation'), align: 'left', fixed: 'right', ellipsis: true, - width: 250, + width: 150, scopedSlots: { customRender: 'operation' } } ],