src/tabviews/custom/components/share/tabtransfer/index.jsx
@@ -233,7 +233,7 @@ <CarouselPropCard 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}/>