src/components/normalform/modalform/index.jsx
@@ -263,7 +263,7 @@ } else if (item.type === 'source') { content = (<SourceComponent type="" placement="right"/>) } else if (item.type === 'table') { content = (<MKTable columns={item.columns || []} actions={item.actions || []}/>) content = (<MKTable tip={item.tip || ''} columns={item.columns || []} actions={item.actions || []}/>) } if (!content) return