对外报告管理长度修改

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,
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' }
}
],