Browse Source

videoYouhua

liting2017 6 years ago
parent
commit
e7cf347e02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/component/administration/video/videoForm.jsx

+ 1 - 1
js/component/administration/video/videoForm.jsx

@@ -306,7 +306,7 @@ const NewDetailForm = Form.create()(React.createClass({
 					</div>
 					<div className="clearfix">
 						<FormItem className="half-item" {...formItemLayout} label="发布人">
-							<span>{theData.owner?theData.owner:'管理员'}</span>
+							<span>{theData.owner=='1'?'管理员':theData.owner}</span>
 						</FormItem>
 						{theData.createTime&&<FormItem className="half-item" {...formItemLayout} label="发布状态">
 							<span>{getVideoStatus(theData.status)}</span>