|
@@ -1113,7 +1113,7 @@ class newEditProject extends Component {
|
|
label={this.state.projectType == 3
|
|
label={this.state.projectType == 3
|
|
? '单边会员' : this.state.projectType == 2
|
|
? '单边会员' : this.state.projectType == 2
|
|
? '简单会员' : this.state.projectType == 1
|
|
? '简单会员' : this.state.projectType == 1
|
|
- ? '高新会员' : this.state.projectType == 0
|
|
|
|
|
|
+ ? '会员' : this.state.projectType == 0
|
|
? '其他' : ' '}
|
|
? '其他' : ' '}
|
|
>
|
|
>
|
|
<CheckboxGroup
|
|
<CheckboxGroup
|
|
@@ -1463,7 +1463,7 @@ class newEditProject extends Component {
|
|
<FormItem
|
|
<FormItem
|
|
className="half-item"
|
|
className="half-item"
|
|
{...formItemLayout}
|
|
{...formItemLayout}
|
|
- label="高新会员"
|
|
|
|
|
|
+ label="会员"
|
|
>
|
|
>
|
|
<CheckboxGroup
|
|
<CheckboxGroup
|
|
disabled={ isMedit == 1 ? false : true }
|
|
disabled={ isMedit == 1 ? false : true }
|
|
@@ -1667,7 +1667,7 @@ class newEditProject extends Component {
|
|
<FormItem
|
|
<FormItem
|
|
className="half-item"
|
|
className="half-item"
|
|
{...formItemLayout}
|
|
{...formItemLayout}
|
|
- label={'高新会员'}
|
|
|
|
|
|
+ label="会员"
|
|
>
|
|
>
|
|
<CheckboxGroup
|
|
<CheckboxGroup
|
|
style={{ width: 200 }}
|
|
style={{ width: 200 }}
|