king
2022-05-27 cc1d7095ec6df622efbdaaabe3dec78ca3599d90
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