NEZ-665 fix: 列宽调整

This commit is contained in:
chenjinsong
2021-05-25 16:13:59 +08:00
parent 9f73a5eb33
commit 41fca73cad
5 changed files with 25 additions and 19 deletions

View File

@@ -95,34 +95,38 @@ export default {
prop: 'id',
show: true,
width: 80,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('config.assetLabel.name'),
prop: 'name',
show: true,
width: 100,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('config.assetLabel.key'),
prop: 'metaKey',
show: true,
sortable:'custom'
width: 200,
sortable: 'custom'
}, {
label: this.$t('config.assetLabel.group'),
prop: 'group',
show: true,
sortable:'custom'
width: 200,
sortable: 'custom'
}, {
label: this.$t('config.assetLabel.search'),
prop: 'search',
width: 120,
show: true
}, {
label: this.$t('config.assetLabel.display'),
prop: 'display',
width: 120,
show: true
}, {
label: this.$t('config.assetLabel.type'),
prop: 'type',
width: 150,
show: true
}, {
label: this.$t('config.assetLabel.params'),