业务支持-对外报告管理-操作列宽

This commit is contained in:
刘彦泽
2023-04-03 11:42:58 +08:00
parent a1423e1519
commit 99b945f95c
+3 -3
View File
@@ -385,7 +385,7 @@
ellipsis: true,
dataIndex: 'fileName',
scopedSlots: { customRender: 'fileName' },
width: 200
width: 270
},
{
title: this.$t('fileDeclaration'),
@@ -393,7 +393,7 @@
ellipsis: true,
dataIndex: 'fileDescription',
scopedSlots: { customRender: 'projectName' },
width: 300
width: 390
},
{
title: this.$t('uploadedBy'),
@@ -412,7 +412,7 @@
align: 'left',
ellipsis: true,
dataIndex: 'createTime',
width: 250
width: 245
},
{
title: this.$t('operation'),