From d59f518f466274b2caeb2e01c10c92deafe7c93b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 09 二月 2022 11:48:29 +0800 Subject: [PATCH] 2022-02-09 --- 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