yee 7 年之前
父節點
當前提交
b85a5cb43f
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      js/component/manageCenter/userManage/userDesc.jsx

+ 5 - 5
js/component/manageCenter/userManage/userDesc.jsx

@@ -288,7 +288,7 @@ const UserShow = Form.create()(React.createClass({
                 </FormItem>
                 </FormItem>
                 <FormItem
                 <FormItem
                     {...formItemLayout}
                     {...formItemLayout}
-                    label="是否专家" >
+                    label="是否明星" >
                     {getFieldDecorator('celebrity')(
                     {getFieldDecorator('celebrity')(
                         <span>{this.state.celebrity ? "否" : "是"}</span>
                         <span>{this.state.celebrity ? "否" : "是"}</span>
                     )}
                     )}
@@ -614,10 +614,10 @@ const UserForm = Form.create()(React.createClass({
                     {getFieldDecorator('expert', {
                     {getFieldDecorator('expert', {
                         initialValue: this.state.expert
                         initialValue: this.state.expert
                     })(
                     })(
-                        <RadioGroup>
+                        <Radio.Group>
                             <Radio value={0}>否</Radio>
                             <Radio value={0}>否</Radio>
                             <Radio value={1}>是</Radio>
                             <Radio value={1}>是</Radio>
-                        </RadioGroup>
+                        </Radio.Group>
                         )}
                         )}
                 </FormItem>
                 </FormItem>
                 <FormItem
                 <FormItem
@@ -626,10 +626,10 @@ const UserForm = Form.create()(React.createClass({
                     {getFieldDecorator('celebrity', {
                     {getFieldDecorator('celebrity', {
                         initialValue: this.state.celebrity
                         initialValue: this.state.celebrity
                     })(
                     })(
-                        <RadioGroup>
+                        <Radio.Group>
                             <Radio value={0}>否</Radio>
                             <Radio value={0}>否</Radio>
                             <Radio value={1}>是</Radio>
                             <Radio value={1}>是</Radio>
-                        </RadioGroup>
+                        </Radio.Group>
                         )}
                         )}
                 </FormItem>
                 </FormItem>
                 <FormItem
                 <FormItem