ソースを参照

12/01 18:41

11
mo 4 年 前
コミット
185aeea446

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/index.html


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/css/chunk-183329ce.fc1296e4.css


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/app.ae41a576.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/chunk-183329ce.2684bbb7.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/chunk-4f58d716.d7243999.js


+ 1 - 1
src/views/teamDetail/teamCourseList.vue

@@ -253,7 +253,7 @@
                 </el-button>
                 <el-button type="text"
                            @click="addCompound(scope.row)"
-                           v-if="(scope.row.groupType=='MUSIC'&&scope.row.type!='MUSIC_NETWORK'&&scope.row.type!='HIGH_ONLINE'&&scope.row.status=='NOT_START'&&!isAddCom(scope.row)&&permission('courseSchedule/courseMerge'))">添加合班</el-button>
+                           v-if="(scope.row.groupType=='MUSIC'&&scope.row.type!='MUSIC_NETWORK'&&scope.row.type!='HIGH_ONLINE'&&scope.row.status=='NOT_START'&&!isAddCom(scope.row)&&permission('courseSchedule/courseMerge')&&scope.row.newCourseId <= 0)">添加合班</el-button>
                 <el-button type="text"
                            v-if="isAddCom(scope.row)&&permission('courseSchedule/courseMerge')"
                            @click="cancleCompound(scope.row)">取消合班</el-button>

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません