king
2022-10-26 fb64bcf1fab18b33d21470c83f28d4cda8d309ce
src/tabviews/custom/components/group/normal-group/index.jsx
@@ -205,7 +205,7 @@
            <PropCard config={item} data={data} mainSearch={mainSearch}/>
          </Col>
        )
      } else if (item.type === 'table' && item.subtype === 'tablecard') {
      } else if (item.type === 'card' && item.subtype === 'tablecard') {
        return (
          <Col span={item.width} key={item.uuid}>
            <TableCard config={item} data={data} mainSearch={mainSearch}/>