From 5da000c8a1e7416fa5c4d9bf10b9c1e48826153f Mon Sep 17 00:00:00 2001 From: Bai Date: Fri, 20 Aug 2021 14:06:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DAssetSelect=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E7=9A=84protocols=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AssetSelect/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/AssetSelect/index.vue b/src/components/AssetSelect/index.vue index 0d7a086a2..3fa605732 100644 --- a/src/components/AssetSelect/index.vue +++ b/src/components/AssetSelect/index.vue @@ -102,6 +102,9 @@ export default { }, { prop: 'protocols', + formatter: function(row) { + return {row.protocols.toString()} + }, label: this.$t('assets.Protocols') } ],