Commit 22e48d1e by zhaochengxiang

送审说明字数限制

parent 09866617
...@@ -207,7 +207,7 @@ const Basic = React.forwardRef(function ({}, ref) { ...@@ -207,7 +207,7 @@ const Basic = React.forwardRef(function ({}, ref) {
style={{ marginBottom }} style={{ marginBottom }}
rules={[{ required: true, message: '请填写送审说明!' }]} rules={[{ required: true, message: '请填写送审说明!' }]}
> >
<Input.TextArea rows={4} placeholder='请输入送审说明' /> <Input.TextArea rows={4} maxLength={65} placeholder='请输入送审说明(最多能填写65个字数)' />
</Form.Item> </Form.Item>
</Col> </Col>
</Row> </Row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment