소스 검색

05/29

14:22
mo 5 년 전
부모
커밋
f7ccc5acee

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


+ 1 - 0
dist/static/css/chunk-2b48b11d.1a446682.css

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

+ 0 - 1
dist/static/css/chunk-fba18be8.39a2d1d6.css

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

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.8b02bf0c.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-2b48b11d.251158ae.js


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

@@ -1501,7 +1501,7 @@ export default {
 
 
     },
     },
     chkstu (row, index) {
     chkstu (row, index) {
-      return row.type == 'HIGH_ONLINE' || row.type == 'HIGH'
+      return row.type == 'HIGH_ONLINE' && row.totalClassTimes <= 0 || row.type == 'HIGH' && row.totalClassTimes <= 0
     },
     },
     startRegest () {
     startRegest () {
       if (!this.classGroupIds) {
       if (!this.classGroupIds) {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.