|
@@ -893,6 +893,7 @@ const AchievementDetailForm = Form.create()(React.createClass({
|
|
{...formItemLayout}
|
|
{...formItemLayout}
|
|
label="录入时间" >
|
|
label="录入时间" >
|
|
{getFieldDecorator('createTime', {
|
|
{getFieldDecorator('createTime', {
|
|
|
|
+ rules: [{ required: true, message: '此项为必填项!' }],
|
|
initialValue: theData.createTime ? moment(theData.createTime) : null
|
|
initialValue: theData.createTime ? moment(theData.createTime) : null
|
|
})(
|
|
})(
|
|
<DatePicker />
|
|
<DatePicker />
|