From c83a50317baeba1a4771e4d802eee029ed2b7e31 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 23 六月 2020 18:23:43 +0800 Subject: [PATCH] 2020-06-23 --- src/templates/sharecomponent/cardcomponent/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/sharecomponent/cardcomponent/index.jsx b/src/templates/sharecomponent/cardcomponent/index.jsx index d67f4da..8a5b575 100644 --- a/src/templates/sharecomponent/cardcomponent/index.jsx +++ b/src/templates/sharecomponent/cardcomponent/index.jsx @@ -81,7 +81,7 @@ } } - let _columns = config.columns.filter(col => ['text', 'number'].includes(col.type)) + let _columns = config.columns.filter(col => ['text', 'number', 'link'].includes(col.type)) _columns = _columns.map(col => { return { uuid: col.uuid, -- Gitblit v1.8.0