操作列宽

This commit is contained in:
刘彦泽
2023-03-31 10:49:01 +08:00
parent 5d3f8c67fe
commit 2cb9e0c9e6
35 changed files with 136 additions and 134 deletions
@@ -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'