[fix 87546] 标签管理-操作列字段没有居中展示
This commit is contained in:
@@ -123,7 +123,7 @@ export default {
|
||||
title: this.$t('operation'),
|
||||
scopedSlots: { customRender: 'action' },
|
||||
align: 'center',
|
||||
fixed: 'right',
|
||||
// fixed: 'right',
|
||||
width: 170
|
||||
}
|
||||
],
|
||||
|
||||
@@ -121,37 +121,37 @@ export default {
|
||||
columns: [
|
||||
{
|
||||
title: this.$t('system.tag.attributeName'),
|
||||
width: 170,
|
||||
width: 100,
|
||||
dataIndex: 'dbFieldTxt',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{
|
||||
title: this.$t('system.tag.attributeNameEnglish'),
|
||||
width: 170,
|
||||
width: 100,
|
||||
dataIndex: 'dbFieldEnName',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{
|
||||
title: this.$t('system.tag.attributeType'),
|
||||
width: 170,
|
||||
width: 100,
|
||||
dataIndex: 'fieldShowType_dictText',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{
|
||||
title: this.$t('system.tag.fieldLength'),
|
||||
width: 170,
|
||||
width: 100,
|
||||
dataIndex: 'dbLength',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{
|
||||
title: this.$t('system.tag.displayOrder'),
|
||||
width: 170,
|
||||
width: 100,
|
||||
dataIndex: 'orderNum',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{
|
||||
title: this.$t('system.tag.showArea'),
|
||||
width: 170,
|
||||
width: 100,
|
||||
dataIndex: 'showArea_dictText',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
@@ -159,7 +159,7 @@ export default {
|
||||
title: this.$t('operation'),
|
||||
scopedSlots: { customRender: 'action' },
|
||||
align: 'center',
|
||||
fixed: 'right',
|
||||
// fixed: 'right',
|
||||
width: 150
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user