king
2020-06-23 c83a50317baeba1a4771e4d802eee029ed2b7e31
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,