king
2019-12-13 a70940450c021a47e69abdf8fa8f7f98594601cc
src/tabviews/commontable/mutilform/index.jsx
@@ -57,8 +57,8 @@
    const fields = []
    let cols = 2
    if (this.props.form.setting && this.props.form.setting.cols) {
      cols = parseInt(this.props.form.setting.cols)
    if (this.props.action.setting && this.props.action.setting.cols) {
      cols = parseInt(this.props.action.setting.cols)
      if (cols > 3 || cols < 1) {
        cols = 2
      }