Kaynağa Gözat

05/15 乐团网管课 除掉预计招生限制

Xiao_Mo 5 yıl önce
ebeveyn
işleme
3fae477930

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/index.html


+ 1 - 0
dist/static/css/chunk-359e5a6d.0b6980e4.css

@@ -0,0 +1 @@
+.floor[data-v-748c4b6f]{padding-right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;height:48px;line-height:48px;background:#edeef0;font-size:14px;color:#444;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:1}.floor .remove[data-v-748c4b6f]{width:98px;background:#f85043;margin-left:164px}.floor .add[data-v-748c4b6f],.floor .remove[data-v-748c4b6f]{height:32px;border-radius:3px;color:#fff;line-height:32px;text-align:center;cursor:pointer}.floor .add[data-v-748c4b6f]{width:auto;padding:0 10px;background:#14928a;margin-left:20px}.studentMask[data-v-748c4b6f]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.studentMask .left[data-v-748c4b6f]{width:200px;margin-right:20px}.studentMask .left .wrap[data-v-748c4b6f]{margin-bottom:20px}.studentMask .left h4[data-v-748c4b6f]{font-size:16px;color:#444;line-height:38px}.studentMask .left .chioseStudentList[data-v-748c4b6f]{height:500px;overflow-y:auto;border:1px solid #ccc}.studentMask .left .chioseStudentList .studentItem[data-v-748c4b6f]{padding-left:10px;line-height:25px}.studentMask .right[data-v-748c4b6f]{width:calc(100% - 200px)}.studentMask .right .tableList[data-v-748c4b6f]{max-height:500px;overflow-y:auto}.resetClassForm[data-v-748c4b6f] .el-date-editor.el-input,.resetClassForm[data-v-748c4b6f] .el-date-editor.el-input__inner{width:180px!important}[data-v-748c4b6f] .el-date-editor.el-input,[data-v-748c4b6f] .el-date-editor.el-input__inner{width:100px!important}

+ 0 - 1
dist/static/css/chunk-dfa6e0ce.c179edd1.css

@@ -1 +0,0 @@
-.floor[data-v-6e58edc8]{padding-right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;height:48px;line-height:48px;background:#edeef0;font-size:14px;color:#444;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:1}.floor .remove[data-v-6e58edc8]{width:98px;background:#f85043;margin-left:164px}.floor .add[data-v-6e58edc8],.floor .remove[data-v-6e58edc8]{height:32px;border-radius:3px;color:#fff;line-height:32px;text-align:center;cursor:pointer}.floor .add[data-v-6e58edc8]{width:auto;padding:0 10px;background:#14928a;margin-left:20px}.studentMask[data-v-6e58edc8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.studentMask .left[data-v-6e58edc8]{width:200px;margin-right:20px}.studentMask .left .wrap[data-v-6e58edc8]{margin-bottom:20px}.studentMask .left h4[data-v-6e58edc8]{font-size:16px;color:#444;line-height:38px}.studentMask .left .chioseStudentList[data-v-6e58edc8]{height:500px;overflow-y:auto;border:1px solid #ccc}.studentMask .left .chioseStudentList .studentItem[data-v-6e58edc8]{padding-left:10px;line-height:25px}.studentMask .right[data-v-6e58edc8]{width:calc(100% - 200px)}.studentMask .right .tableList[data-v-6e58edc8]{max-height:500px;overflow-y:auto}.resetClassForm[data-v-6e58edc8] .el-date-editor.el-input,.resetClassForm[data-v-6e58edc8] .el-date-editor.el-input__inner{width:180px!important}[data-v-6e58edc8] .el-date-editor.el-input,[data-v-6e58edc8] .el-date-editor.el-input__inner{width:100px!important}

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/app.be82cf6d.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/chunk-359e5a6d.035101b1.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
dist/static/js/chunk-dfa6e0ce.bf7b0f9a.js


+ 1 - 5
src/views/teamDetail/components/resetClass.vue

@@ -1092,11 +1092,7 @@ export default {
       if (this.activeType == "HIGH_ONLINE") {
         superFindClassGroups({ classGroupId: this.activeClass }).then(res => {
           if (res.code == 200) {
-            let maxNum = res.data.rows[0].expectStudentNum;
-            if (arr.length + this.activeListStudent.length > maxNum) {
-              this.$message.error("超过预计招生人数");
-              return;
-            } else if (
+            if (
               this.activeListStudent.length > 5 ||
               this.activeListStudent.length < 3
             ) {

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor