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 }