@@ -897,11 +897,7 @@ const AchievementDetailForm = Form.create()(React.createClass({
})(
<DatePicker />
)}
- {getFieldDecorator('createTim', {
- initialValue: theData.createTime ? moment(theData.createTime) : null
- })(
- <TimePicker />
- )}
+
</FormItem>
{/* <FormItem className="half-item" style={{marginLeft:'-160px'}}
{...formItemLayout}
@@ -1,6 +1,6 @@
{
"name": "afanti",
- "version": "1.0.45",
+ "version": "1.0.47",
"description": "",
"main": "index.js",
"scripts": {