style: 调整I18N列表页面表头最小宽度

This commit is contained in:
@changcode
2021-11-04 11:23:08 +08:00
parent 6cb602218e
commit ab211e91ef
2 changed files with 13 additions and 9 deletions

View File

@@ -89,23 +89,27 @@ export default {
width: 80,
sortable: 'custom'
}, {
label: this.$t('i18n.name'),
label: this.$t('config.menus.name'),
prop: 'name',
show: true,
minWidth: 150,
sortable: 'custom'
}, {
label: this.$t('i18n.code'),
label: this.$t('config.menus.code'),
prop: 'code',
show: true,
minWidth: 150,
sortable: 'custom'
}, {
label: this.$t('i18n.lang'),
label: this.$t('config.menus.lang'),
prop: 'lang',
show: true,
minWidth: 150,
sortable: 'custom'
}, {
label: this.$t('i18n.value'),
label: this.$t('config.menus.value'),
prop: 'value',
minWidth: 150,
show: true
}
// , {