From 4e1938344ca46c0cbe699756ecaffa630e698aec Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 06 五月 2020 13:59:54 +0800 Subject: [PATCH] 2020-05-06 --- src/components/mutilform/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/mutilform/index.jsx b/src/components/mutilform/index.jsx index 77f78bd..11ff99a 100644 --- a/src/components/mutilform/index.jsx +++ b/src/components/mutilform/index.jsx @@ -45,7 +45,7 @@ let validate = item.Validate ? JSON.parse(item.Validate) : {} // 妫�楠屾槸鍚﹀繀濉� let _required = validate.required || false - if (item.InputType === 'text') { // 鏂囨湰鎼滅储 + if (item.InputType === 'text') { // 鏂囨湰 fields.push( <Col span={24 / this.props.cols} key={index}> <Form.Item label={item.Label}> -- Gitblit v1.8.0