Browse Source

09/15 15:18

111
mo 4 years ago
parent
commit
822b1c443d

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 1 - 0
dist/static/css/chunk-061cd05f.8bbcf350.css

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

+ 0 - 1
dist/static/css/chunk-efb9cd04.94c3557f.css

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

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.7104bc14.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-061cd05f.d363466f.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-efb9cd04.c3d09f31.js


+ 1 - 0
src/permission.js

@@ -10,6 +10,7 @@ import getPageTitle from '@/utils/get-page-title'
 NProgress.configure({ showSpinner: false }) // NProgress Configuration
 
 const whiteList = ['/login'] // no redirect whitelist
+
 router.onError((error) => {
   const isChunkLoadFailed = error.message.indexOf('chunk')
   const targetPath = router.history.pending.fullPath;

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

@@ -193,7 +193,7 @@
         <div class="right">
           <!--  multiple
           collapse-tags v-if="isSearch"  -->
-          <el-select  v-model.trim="activeChioseSound"
+          <el-select v-model.trim="activeChioseSound"
                      style="width:180px"
                      @change="searchStudent"
                      clearable
@@ -299,8 +299,19 @@
           <el-radio v-model.trim="teacherForm.isAdd"
                     label="renew">重新排课</el-radio>
           <el-radio v-model.trim="teacherForm.isAdd"
-                    label="onlyUpdateTeacher">修改老师</el-radio>
+                    label="onlyUpdateTeacher">修改老师 <el-tooltip placement="top"
+                        popper-class="mTooltip">
+              <div slot="content">
+                仅修改班级老师,不修改课程老师.
+              </div>
+              <!-- <img :src="imageIcon" class="micon el-tooltip" style="width:8px height:8px" alt /> -->
+              <i class="el-icon-question micon el-tooltip"
+                 style="font-size: 18px; color: #F56C6C"></i>
+            </el-tooltip>
+          </el-radio>
+
         </el-form-item>
+
         <br />
         <el-form-item label="主教老师"
                       prop="coreTeacher">
@@ -360,7 +371,8 @@
         <el-form-item label="预计招生人数"
                       v-if="isNewClass"
                       prop="expectStudentNum">
-          <el-input type="number" placeholder="请输入预计招生人数"
+          <el-input type="number"
+                    placeholder="请输入预计招生人数"
                     :disabled="activeType=='HIGH_ONLINE'"
                     @mousewheel.native.prevent
                     v-model="teacherForm.expectStudentNum"></el-input>
@@ -369,7 +381,8 @@
         <el-form-item label="排课次数"
                       prop="courseNum"
                       v-if="teacherForm.isAdd !='onlyUpdateTeacher'">
-          <el-input type="number" placeholder="请输入排课次数"
+          <el-input type="number"
+                    placeholder="请输入排课次数"
                     @mousewheel.native.prevent
                     v-model.trim="teacherForm.courseNum"></el-input>
         </el-form-item>
@@ -988,7 +1001,7 @@ export default {
     searchStudent () {
       // 搜索学生
       // 根据声部id  乐团id搜索学生
-      if(this.activeType == 'SPAN') {
+      if (this.activeType == 'SPAN') {
         teamSoundStudent({
           musicGroupId: this.teamid,
           actualSubjectId: this.activeChioseSound

Some files were not shown because too many files changed in this diff