Browse Source

高新会员改为会员

dev01 4 days ago
parent
commit
7b912302b7

+ 3 - 3
js/component/common/projectOperation/newAddProject.jsx

@@ -1100,7 +1100,7 @@ class NewAddProject extends Component {
                     label={[0, 3].indexOf(this.state.projectType) > -1
                       ? '单边会员' : this.state.projectType == 2
                         ? '简单会员' : this.state.projectType == 1
-                          ? '高新会员' : this.state.projectType == 0
+                          ? '会员' : this.state.projectType == 0
                             ? '其他' : ' '}
                   >
                     <CheckboxGroup
@@ -1378,7 +1378,7 @@ class NewAddProject extends Component {
                       <FormItem
                         className="half-item"
                         {...formItemLayout}
-                        label="高新会员"
+                        label="会员"
                       >
                         <CheckboxGroup
                           disabled
@@ -1515,7 +1515,7 @@ class NewAddProject extends Component {
                           <FormItem
                             className="half-item"
                             {...formItemLayout}
-                            label={'高新会员'}
+                            label="会员"
                           >
                             <CheckboxGroup
                               style={{ width: 200 }}

+ 3 - 3
js/component/common/projectOperation/newEditProject.jsx

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