fix: 修复AssetSelect弹窗的protocols显示

This commit is contained in:
Bai
2021-08-20 14:06:04 +08:00
committed by Jiangjie.Bai
parent 78174b23fd
commit 5da000c8a1

View File

@@ -102,6 +102,9 @@ export default {
},
{
prop: 'protocols',
formatter: function(row) {
return <span> {row.protocols.toString()} </span>
},
label: this.$t('assets.Protocols')
}
],