列表默认宽度
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user