|  | @@ -94,7 +94,7 @@
 | 
											
												
													
														|  |              </template>
 |  |              </template>
 | 
											
												
													
														|  |            </el-table-column>
 |  |            </el-table-column>
 | 
											
												
													
														|  |            <el-table-column align="center" width="240px" label="操作">
 |  |            <el-table-column align="center" width="240px" label="操作">
 | 
											
												
													
														|  | -            <template slot-scope="scope">
 |  | 
 | 
											
												
													
														|  | 
 |  | +            <template slot-scope="scope" v-if="scope.row.lockFlag != 1">
 | 
											
												
													
														|  |                <div>
 |  |                <div>
 | 
											
												
													
														|  |                  <!-- v-if="scope.row.type !='MIX'" -->
 |  |                  <!-- v-if="scope.row.type !='MIX'" -->
 | 
											
												
													
														|  |                  <el-button
 |  |                  <el-button
 | 
											
										
											
												
													
														|  | @@ -113,10 +113,9 @@
 | 
											
												
													
														|  |                  <el-button
 |  |                  <el-button
 | 
											
												
													
														|  |                    type="text"
 |  |                    type="text"
 | 
											
												
													
														|  |                    v-if="
 |  |                    v-if="
 | 
											
												
													
														|  | -                    scope.row.lockFlag != 1 &&
 |  | 
 | 
											
												
													
														|  | -                    (permission('classGroup/classGroupUpdate') ||
 |  | 
 | 
											
												
													
														|  | 
 |  | +                    permission('classGroup/classGroupUpdate') ||
 | 
											
												
													
														|  |                      permission('classGroup/revisionClassGroup') ||
 |  |                      permission('classGroup/revisionClassGroup') ||
 | 
											
												
													
														|  | -                    permission('classGroup/revisionAddClassGroup'))
 |  | 
 | 
											
												
													
														|  | 
 |  | +                    permission('classGroup/revisionAddClassGroup')
 | 
											
												
													
														|  |                    "
 |  |                    "
 | 
											
												
													
														|  |                    @click="classAdjustment(scope.row)"
 |  |                    @click="classAdjustment(scope.row)"
 | 
											
												
													
														|  |                    >排课</el-button
 |  |                    >排课</el-button
 |