浏览代码

05/16 19:18

学员调整限制人数
Xiao_Mo 5 年之前
父节点
当前提交
c99092146f

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


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

@@ -1 +0,0 @@
-.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}

+ 1 - 0
dist/static/css/chunk-7cd8f6e1.8bd2ecde.css

@@ -0,0 +1 @@
+.floor[data-v-875d6e32]{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-875d6e32]{width:98px;background:#f85043;margin-left:164px}.floor .add[data-v-875d6e32],.floor .remove[data-v-875d6e32]{height:32px;border-radius:3px;color:#fff;line-height:32px;text-align:center;cursor:pointer}.floor .add[data-v-875d6e32]{width:auto;padding:0 10px;background:#14928a;margin-left:20px}.studentMask[data-v-875d6e32]{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-875d6e32]{width:200px;margin-right:20px}.studentMask .left .wrap[data-v-875d6e32]{margin-bottom:20px}.studentMask .left h4[data-v-875d6e32]{font-size:16px;color:#444;line-height:38px}.studentMask .left .chioseStudentList[data-v-875d6e32]{height:500px;overflow-y:auto;border:1px solid #ccc}.studentMask .left .chioseStudentList .studentItem[data-v-875d6e32]{padding-left:10px;line-height:25px}.studentMask .right[data-v-875d6e32]{width:calc(100% - 200px)}.studentMask .right .tableList[data-v-875d6e32]{max-height:500px;overflow-y:auto}.resetClassForm[data-v-875d6e32] .el-date-editor.el-input,.resetClassForm[data-v-875d6e32] .el-date-editor.el-input__inner{width:180px!important}[data-v-875d6e32] .el-date-editor.el-input,[data-v-875d6e32] .el-date-editor.el-input__inner{width:100px!important}

文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.7ed9faa4.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-7cd8f6e1.9435c692.js


+ 2 - 2
src/views/teamDetail/components/resetClass.vue

@@ -1093,8 +1093,8 @@ export default {
         superFindClassGroups({ classGroupId: this.activeClass }).then(res => {
           if (res.code == 200) {
             if (
-              this.activeListStudent.length > 5 ||
-              this.activeListStudent.length < 3
+              (this.activeListStudent.length+this.chioseStudent.length) > 5 ||
+              (this.activeListStudent.length+this.chioseStudent.length) < 3
             ) {
               this.$message.error("线上技能班必须为3-5人");
               return;

部分文件因为文件数量过多而无法显示