列表默认宽度

This commit is contained in:
zyx.net
2023-04-19 14:09:35 +08:00
parent 97e9b6567e
commit 1115f7a0d5
4 changed files with 16 additions and 14 deletions
@@ -164,7 +164,7 @@ export default {
{
title: this.$t('zoneOfApplication'),
align: 'left',
width: 235,
width: 125,
ellipsis: true,
sorter:true,
dataIndex: 'region_dictText',
@@ -172,7 +172,7 @@ export default {
{
title: this.$t('parameterTemplate'),
align: 'left',
width: 252,
width: 200,
ellipsis: true,
sorter:true,
dataIndex: 'paramsTemplateName',
@@ -184,7 +184,7 @@ export default {
ellipsis: true,
dataIndex: 'description',
// scopedSlots: { customRender: 'titleName' }
width: 350
width: 300
},
// {
// title: this.$t('zoneOfApplication'),