NEZ-1116 fix: Asset model页面设置默认列设置后页面有空白

This commit is contained in:
zhangyu
2021-10-28 14:13:37 +08:00
parent 5c58986971
commit a4845f13e6

View File

@@ -109,7 +109,7 @@ export default {
label: this.$t('config.model.name'), label: this.$t('config.model.name'),
prop: 'name', prop: 'name',
show: true, show: true,
width: 350, minWidth: 350,
sortable: 'custom' sortable: 'custom'
}, { }, {
label: this.$t('config.model.brand'), label: this.$t('config.model.brand'),