From b2323784aedf9e4a989ea7e1223c32aa09b1e2fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Mon, 13 Feb 2023 14:48:41 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=B0=83=E6=95=B4=E6=88=91=E7=9A=84?= =?UTF-8?q?=E8=B5=84=E4=BA=A7=E5=88=97=E8=A1=A8=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/myassets/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/myassets/index.vue b/src/views/myassets/index.vue index 21fa68e08..482a8ef4b 100644 --- a/src/views/myassets/index.vue +++ b/src/views/myassets/index.vue @@ -40,7 +40,7 @@ export default { tableConfig: { url: '/api/v1/perms/users/self/assets/', hasTree: true, - columnsExclude: ['specific'], + columnsExclude: ['spec_info'], columnsShow: { default: ['name', 'address', 'platform', 'accounts', 'actions'], min: ['name', 'address', 'actions']