Browse Source

10/26 14:48 乐团费用改造第一部

1
mo 4 years ago
parent
commit
271ae972e7

+ 2 - 2
src/views/teamBuild/components/teamBaseInfo.vue

@@ -262,7 +262,7 @@
                        :disabled="basdisabled">课堂课乐团</el-checkbox>
         </el-form-item>
       </el-form>
-      <div class="checkList">
+      <!-- <div class="checkList">
         <div class="head noMargin">乐团课程:</div>
         <div class="checkRow">
           <el-checkbox label="乐团声部训练"
@@ -434,7 +434,7 @@
 
           </div>
         </div>
-      </div>
+      </div> -->
       <div class="btnWrap">
         <div class="nextBtn"
              v-if="teamStatus == 'resetTeam'"

+ 2 - 11
src/views/teamBuild/components/teamResetSound.vue

@@ -13,7 +13,7 @@
                          width="150"
                          prop="sound">
         </el-table-column>
-        <el-table-column label="乐团课程费用"
+        <!-- <el-table-column label="乐团课程费用"
                          width="150"
                          prop="yuji">
           <template slot-scope="scope">
@@ -24,7 +24,7 @@
             </div>
           </template>
 
-        </el-table-column>
+        </el-table-column> -->
         <el-table-column label="声部学员">
           <template slot-scope="scope">
             <div>
@@ -53,15 +53,6 @@
             <p>{{item.name }}</p>
             <el-checkbox-group v-model.trim="soundLists[index]"
                                @change='changeList'>
-              <!--  sound: this.activeSoundList[item].name,  // id
-                 jihua: '10', //计划招生人数
-                 yuji: '10', // 预计收费
-                 zhonglei: [], // 可选乐器种类
-                 fangshi: 2, // 乐器提供方式
-                 jiaopu: 'jiaopu1', // 教辅组合
-                 type: 1, // 操作
-                 id: this.activeSoundList[item].id, //声部id
-                 visible: false, // 当前乐器提供方式的pop提示框显示隐藏 -->
               <el-checkbox :label="sound.id"
                            @change="checkinlist({'id':sound.id,'sound':sound.name,'yuji':0,studentList:[]})"
                            v-for="(sound,indexs) in item.subjects"

+ 2 - 2
src/views/teamBuild/components/teamSoundMoney.vue

@@ -34,7 +34,7 @@
             </div>
           </template>
         </el-table-column>
-        <el-table-column label="乐团课程费用"
+        <!-- <el-table-column label="乐团课程费用"
                          width="120"
                          align="center"
                          prop="yuji">
@@ -49,7 +49,7 @@
                         placeholder="请输入"></el-input>
             </div>
           </template>
-        </el-table-column>
+        </el-table-column> -->
         <el-table-column label="可选乐器规格"
                          align="center"
                          prop="zhonglei"