NEZ-3446 feat: datacenter 列表页面增加 description 列

This commit is contained in:
zyh
2024-04-19 14:34:41 +08:00
parent e30219b504
commit d41bc433fb
3 changed files with 25 additions and 0 deletions

View File

@@ -217,6 +217,11 @@ export default {
show: true,
minWidth: 100,
sortable: 'custom'
}, {
label: this.$t('overall.remark'),
prop: 'remark',
minWidth: 200,
show: true
}
]
}