|
@@ -115,23 +115,23 @@ function DocTemplate() {
|
|
>
|
|
>
|
|
<Row gutter={24}>
|
|
<Row gutter={24}>
|
|
<Col span={5} key={0}>
|
|
<Col span={5} key={0}>
|
|
- <Form.Item label="医院模板ID" name="code" rules={[{ max: 30, message: '不能超过30个字符' }]}>
|
|
|
|
- <Input placeholder="请输入" autoComplete='off' allowClear/>
|
|
|
|
|
|
+ <Form.Item label="医院模板ID" name="code">
|
|
|
|
+ <Input placeholder="请输入" autoComplete='off' allowClear maxLength='30'/>
|
|
</Form.Item>
|
|
</Form.Item>
|
|
</Col>
|
|
</Col>
|
|
<Col span={5} key={1}>
|
|
<Col span={5} key={1}>
|
|
- <Form.Item label="医院模板名称" name="name" rules={[{ max: 30, message: '不能超过30个字符' }]}>
|
|
|
|
- <Input placeholder="请输入" autoComplete='off' allowClear/>
|
|
|
|
|
|
+ <Form.Item label="医院模板名称" name="name">
|
|
|
|
+ <Input placeholder="请输入" autoComplete='off' allowClear maxLength='30'/>
|
|
</Form.Item>
|
|
</Form.Item>
|
|
</Col>
|
|
</Col>
|
|
<Col span={5} key={2}>
|
|
<Col span={5} key={2}>
|
|
- <Form.Item label="医院父类模板ID" name="parentCode" rules={[{ max: 30, message: '不能超过30个字符' }]}>
|
|
|
|
- <Input placeholder="请输入" autoComplete='off' allowClear/>
|
|
|
|
|
|
+ <Form.Item label="医院父类模板ID" name="parentCode">
|
|
|
|
+ <Input placeholder="请输入" autoComplete='off' allowClear maxLength='30'/>
|
|
</Form.Item>
|
|
</Form.Item>
|
|
</Col>
|
|
</Col>
|
|
- <Col span={5} key={4} rules={[{ max: 30, message: '不能超过30个字符' }]}>
|
|
|
|
|
|
+ <Col span={5} key={4}>
|
|
<Form.Item label="医院父类模板名称" name="parentName">
|
|
<Form.Item label="医院父类模板名称" name="parentName">
|
|
- <Input placeholder="请输入" autoComplete='off' allowClear/>
|
|
|
|
|
|
+ <Input placeholder="请输入" autoComplete='off' allowClear maxLength='30'/>
|
|
</Form.Item>
|
|
</Form.Item>
|
|
</Col>
|
|
</Col>
|
|
<Col span={4} key={5}>
|
|
<Col span={4} key={5}>
|