limit maxlength
parent
e95fba8a6d
commit
6e434f6d03
|
|
@ -193,12 +193,7 @@ const ContractContent = ({ readOnly, ...props }) => {
|
|||
name="projectIntro"
|
||||
rules={[{ required: true, message: "请填写项目简介" }]}
|
||||
>
|
||||
<TextArea
|
||||
rows={3}
|
||||
maxLength={500}
|
||||
showCount
|
||||
placeholder="请输入项目简介"
|
||||
/>
|
||||
<TextArea rows={3} placeholder="请输入项目简介" />
|
||||
</Form.Item>
|
||||
</Col>
|
||||
<Col span={12}>
|
||||
|
|
@ -229,8 +224,6 @@ const ContractContent = ({ readOnly, ...props }) => {
|
|||
>
|
||||
<TextArea
|
||||
rows={3}
|
||||
maxLength={500}
|
||||
showCount
|
||||
placeholder="自动带入风险分析结论,可补充说明"
|
||||
/>
|
||||
</Form.Item>
|
||||
|
|
@ -424,12 +417,7 @@ const ContractContent = ({ readOnly, ...props }) => {
|
|||
</Col>
|
||||
<Col span={24}>
|
||||
<Form.Item label="国民经济行业类别" name="industryCategory">
|
||||
<TextArea
|
||||
rows={2}
|
||||
maxLength={200}
|
||||
showCount
|
||||
placeholder="请输入国民经济行业类别"
|
||||
/>
|
||||
<TextArea rows={2} placeholder="请输入国民经济行业类别" />
|
||||
</Form.Item>
|
||||
</Col>
|
||||
<Col span={24}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue