1.修改三期优化点

This commit is contained in:
sunFlower
2022-09-22 10:27:04 +08:00
parent 1c3c1595a3
commit ffcc0b115d
4 changed files with 43 additions and 32 deletions
@@ -150,20 +150,20 @@
scopedSlots: { customRender: 'serialNumberLeft' }
},
{
title: this.$t('TextStatus'),
title: this.$t('TextStatus') + 1,
align: 'center',
width: 200,
ellipsis: true,
dataIndex: 'fileTypeLeft'
},
{
title: this.$t('fileName'),
align: 'center',
width: 270,
ellipsis: true,
dataIndex: 'fileNameLeft',
scopedSlots: { customRender: 'fileNameLeft' }
},
// {
// title: this.$t('fileName'),
// align: 'center',
// width: 270,
// ellipsis: true,
// dataIndex: 'fileNameLeft',
// scopedSlots: { customRender: 'fileNameLeft' }
// },
{
title: this.$t('standard') + 2,
align: 'center',
@@ -181,20 +181,20 @@
width: 170
},
{
title: this.$t('TextStatus'),
title: this.$t('TextStatus') + 2,
align: 'center',
width: 200,
ellipsis: true,
dataIndex: 'fileTypeRight'
},
{
title: this.$t('fileName'),
align: 'center',
width: 270,
ellipsis: true,
dataIndex: 'fileNameRight',
scopedSlots: { customRender: 'fileNameRight' }
},
// {
// title: this.$t('fileName'),
// align: 'center',
// width: 270,
// ellipsis: true,
// dataIndex: 'fileNameRight',
// scopedSlots: { customRender: 'fileNameRight' }
// },
{
title: this.$t('releaseSituation'),
align: 'center',
@@ -202,6 +202,13 @@
ellipsis: true,
dataIndex: 'releaseStateTitle'
},
{
title: this.$t('creater'),
align: 'center',
width: 170,
ellipsis: true,
dataIndex: 'createBy'
},
{
title: this.$t('remarks'),
align: 'center',