king
2022-05-23 0d63712b03fc8b8542da904b67c6bea133b4f9d8
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