对外报告管理长度修改

This commit is contained in:
zyx.net
2023-03-31 10:21:14 +08:00
parent 514b9ff068
commit b03fa7b516
+4 -4
View File
@@ -385,7 +385,7 @@
ellipsis: true, ellipsis: true,
dataIndex: 'fileName', dataIndex: 'fileName',
scopedSlots: { customRender: 'fileName' }, scopedSlots: { customRender: 'fileName' },
width: 200 width: 400
}, },
{ {
title: this.$t('fileDeclaration'), title: this.$t('fileDeclaration'),
@@ -393,7 +393,7 @@
ellipsis: true, ellipsis: true,
dataIndex: 'fileDescription', dataIndex: 'fileDescription',
scopedSlots: { customRender: 'projectName' }, scopedSlots: { customRender: 'projectName' },
width: 300 width: 400
}, },
{ {
title: this.$t('uploadedBy'), title: this.$t('uploadedBy'),
@@ -412,14 +412,14 @@
align: 'left', align: 'left',
ellipsis: true, ellipsis: true,
dataIndex: 'createTime', dataIndex: 'createTime',
width: 250 width: 150
}, },
{ {
title: this.$t('operation'), title: this.$t('operation'),
align: 'left', align: 'left',
fixed: 'right', fixed: 'right',
ellipsis: true, ellipsis: true,
width: 250, width: 150,
scopedSlots: { customRender: 'operation' } scopedSlots: { customRender: 'operation' }
} }
], ],