1.修改三期优化点
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user