NEZ-771 fix: 修复图表错位问题
This commit is contained in:
@@ -101,6 +101,7 @@ export default {
|
||||
label: this.$t('config.assetLabel.name'),
|
||||
prop: 'name',
|
||||
show: true,
|
||||
minWidth: 250,
|
||||
sortable: 'custom'
|
||||
}, {
|
||||
label: this.$t('config.assetLabel.key'),
|
||||
@@ -132,7 +133,8 @@ export default {
|
||||
}, {
|
||||
label: this.$t('config.assetLabel.params'),
|
||||
prop: 'param',
|
||||
show: false
|
||||
show: false,
|
||||
minWidth: 200
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user