Skip to content

Commit

Permalink
p
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 22, 2017
1 parent 7e567e4 commit dd0008c
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions src/modules/PROPERTY/components/Contract/SubletAddUp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,24 +189,14 @@ class SubletAddUp extends React.Component {
<FormItem label="起租日期" labelCol={{ span: 6 }}
wrapperCol={{ span: 15 }}
>
{getFieldDecorator('subletStartDate', {
rules: [ {
required: true,
message: '请选择!'
}]
})(
{getFieldDecorator('subletStartDate')(
<DatePicker style={{ width: 200 }} />
)}
</FormItem>
<FormItem label="结束日期" labelCol={{ span: 6 }}
wrapperCol={{ span: 15 }}
>
{getFieldDecorator('subletEndDate', {
rules: [ {
required: true,
message: '请选择!'
}]
})(
{getFieldDecorator('subletEndDate')(
<DatePicker style={{ width: 200 }} />
)}
</FormItem>
Expand Down

0 comments on commit dd0008c

Please sign in to comment.