操作列宽

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
@@ -164,7 +164,7 @@ export default {
{
title: this.$t('zoneOfApplication'),
align: 'left',
width: 160,
width: 235,
ellipsis: true,
sorter:true,
dataIndex: 'region_dictText',
@@ -172,7 +172,7 @@ export default {
{
title: this.$t('parameterTemplate'),
align: 'left',
width: 180,
width: 252,
ellipsis: true,
sorter:true,
dataIndex: 'paramsTemplateName',
@@ -184,7 +184,7 @@ export default {
ellipsis: true,
dataIndex: 'description',
// scopedSlots: { customRender: 'titleName' }
width: 192
width: 350
},
// {
// title: this.$t('zoneOfApplication'),
@@ -195,7 +195,7 @@ export default {
// },
{
title: this.$t('creater'),
align: 'center',
align: 'left',
width: 120,
ellipsis: true,
dataIndex: 'createBy'
@@ -204,14 +204,14 @@ export default {
title: this.$t('created'),
align: 'left',
dataIndex: 'createTime',
width: 160,
width: 200,
sorter:true,
ellipsis: true,
},
{
title: this.$t('updated'),
align: 'left',
width: 160,
width: 200,
ellipsis: true,
sorter:true,
dataIndex: 'updateTime'