From c98e45bfac25e9110ad0383faac54a54d98ea9d5 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 18 十一月 2021 20:47:04 +0800
Subject: [PATCH] 2021-11-18

---
 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