操作列宽
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user