liting2017 6 years ago
parent
commit
c0f582e31d

+ 2 - 1
js/component/account/business/businessDetails.jsx

@@ -44,7 +44,8 @@ const DemandDetail = Form.create()(
 					this.setState({
 						id: thisData.id,
                         data: thisData,
-                        name:name,
+						name:name,
+						createTime: thisdata.createTime ? new Date(thisdata.createTime).toLocaleString() : '',
 						auditStatus: thisData.auditStatus,
 						orgCodeUrl: thisData.minImgUrl
 							? splitUrl(thisData.minImgUrl, ',', globalConfig.avatarHost + '/upload')

+ 1 - 1
js/component/account/business/businessForm.jsx

@@ -404,7 +404,7 @@ const DemandDetailForm = Form.create()(
 									wrapperCol={{ span: 12 }}
 									label={
 										<span>
-											<strong style={{ color: 'red' }}>*</strong>热
+											<strong style={{ color: 'red' }}>*</strong>热
 										</span>
 									}
 								>

+ 1 - 1
js/component/account/business/businessProject.jsx

@@ -703,7 +703,7 @@ const BusinessProject = Form.create()(
 											</FormItem>
 										</div>
 										<div className="clearfix">
-											<FormItem labelCol={{ span: 7 }} wrapperCol={{ span: 12 }} label="热">
+											<FormItem labelCol={{ span: 7 }} wrapperCol={{ span: 12 }} label="热">
 												<Radio.Group
 													onChange={(e) => {
 														this.setState({ isHot: e.target.value });