操作列宽
This commit is contained in:
@@ -217,7 +217,7 @@
|
||||
title: this.$t('entryName'),
|
||||
align: 'left',
|
||||
dataIndex: 'projectName',
|
||||
width: 260,
|
||||
width: 300,
|
||||
sorter:true,
|
||||
ellipsis: true,
|
||||
scopedSlots: { customRender: 'projectName' }
|
||||
@@ -254,7 +254,7 @@
|
||||
{
|
||||
title: this.$t('explain'),
|
||||
align: 'left',
|
||||
width: 280,
|
||||
width: 300,
|
||||
ellipsis: true,
|
||||
dataIndex: 'explanation'
|
||||
},
|
||||
@@ -276,7 +276,7 @@
|
||||
{
|
||||
title: this.$t('DigitalPlatform'),
|
||||
align: 'left',
|
||||
width: 180,
|
||||
width: 205,
|
||||
ellipsis: true,
|
||||
sorter:true,
|
||||
dataIndex: 'digitalPlatform'
|
||||
|
||||
Reference in New Issue
Block a user