|
@@ -223,7 +223,7 @@ function FieldProblem() {
|
|
|
}}
|
|
|
>
|
|
|
<Row gutter={24}>
|
|
|
- <Col span={6} key={0}>
|
|
|
+ <Col span={7} key={0}>
|
|
|
<Form.Item label="日期" >
|
|
|
<Form.Item name="behospitalStartDate" className='times'>
|
|
|
<DatePicker
|
|
@@ -245,17 +245,17 @@ function FieldProblem() {
|
|
|
</Col>
|
|
|
<Col span={5} key={1}>
|
|
|
<Form.Item label="住院序号" name="behospitalCode" getValueFromEvent={getValueFromEvent}>
|
|
|
- <Input placeholder="住院序号" autoComplete='off' allowClear maxLength='30' />
|
|
|
+ <Input placeholder="请输入" autoComplete='off' allowClear maxLength='30' />
|
|
|
</Form.Item>
|
|
|
</Col>
|
|
|
<Col span={5} key={2}>
|
|
|
<Form.Item label="文书编号" name="hosptialDatatmpCode" getValueFromEvent={getValueFromEvent}>
|
|
|
- <Input placeholder="文书编号" autoComplete='off' allowClear maxLength='30' />
|
|
|
+ <Input placeholder="请输入" autoComplete='off' allowClear maxLength='30' />
|
|
|
</Form.Item>
|
|
|
</Col>
|
|
|
<Col span={5} key={3}>
|
|
|
<Form.Item label="文书标题" name="hosptialDatatmpName" getValueFromEvent={getValueFromEvent}>
|
|
|
- <Input placeholder="文书标题" autoComplete='off' allowClear maxLength='30' />
|
|
|
+ <Input placeholder="请输入" autoComplete='off' allowClear maxLength='30' />
|
|
|
</Form.Item>
|
|
|
</Col>
|
|
|
<Col span={5} key={4}>
|