NEZ-771 fix: 修复图表错位问题

This commit is contained in:
@changcode
2021-07-22 10:00:29 +08:00
parent 50bf0123fe
commit 5dc9b7571c
13 changed files with 41 additions and 22 deletions

View File

@@ -98,17 +98,18 @@ export default {
prop: 'id',
show: true,
width: 80,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('overall.name'),
prop: 'name',
show: true,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('config.mib.credential.type'),
prop: 'type',
show: true,
sortable:'custom'
minWidth: 200,
sortable: 'custom'
}, {
label: this.$t('config.mib.credential.port'),
prop: 'port',
@@ -116,6 +117,7 @@ export default {
}, {
label: this.$t('overall.remark'),
prop: 'remark',
minWidth: 200,
show: true
}]
}