对外报告管理长度修改
This commit is contained in:
@@ -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' }
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user