|
@@ -185,22 +185,22 @@ function FieldProblem() {
|
|
|
</Col>
|
|
|
<Col span={5} key={1}>
|
|
|
<Form.Item label="住院序号" name="behospitalCode" rules={[{ max: 30,message:'住院序号不能超过30个字符' }]}>
|
|
|
- <Input placeholder="住院序号" autoComplete='off' allowClear/>
|
|
|
+ <Input placeholder="请输入" autoComplete='off' allowClear/>
|
|
|
</Form.Item>
|
|
|
</Col>
|
|
|
<Col span={5} key={2}>
|
|
|
<Form.Item label="文书编号" name="recId" rules={[{ max: 30,message:'文书编号不能超过30个字符' }]}>
|
|
|
- <Input placeholder="文书编号" autoComplete='off' allowClear/>
|
|
|
+ <Input placeholder="请输入" autoComplete='off' allowClear/>
|
|
|
</Form.Item>
|
|
|
</Col>
|
|
|
<Col span={5} key={3}>
|
|
|
<Form.Item label="文书标题" name="recTitle" rules={[{ max: 30,message:'文书标题不能超过30个字符' }]}>
|
|
|
- <Input placeholder="文书标题" autoComplete='off' allowClear/>
|
|
|
+ <Input placeholder="请输入" autoComplete='off' allowClear/>
|
|
|
</Form.Item>
|
|
|
</Col>
|
|
|
<Col span={5} key={4}>
|
|
|
<Form.Item label="质控模块名称" name="modeName" rules={[{ max: 30,message:'质控模块名称不能超过30个字符' }]}>
|
|
|
- <Input placeholder="质控模块名称" autoComplete='off' allowClear/>
|
|
|
+ <Input placeholder="请输入" autoComplete='off' allowClear/>
|
|
|
</Form.Item>
|
|
|
</Col>
|
|
|
<Col span={5} key={5}>
|