Browse Source

1205 20:58

班级调整 优化提示
mo 5 years ago
parent
commit
bb8d592374

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


+ 0 - 1
dist/static/css/chunk-7c765518.e316f147.css

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

+ 1 - 0
dist/static/css/chunk-864a3680.c942ce8d.css

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

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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-7c765518.d48aa2f8.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-864a3680.3bc951e4.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-ddec259c.7da3ada2.js


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


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

@@ -1011,6 +1011,8 @@ export default {
       addStudents({ classGroupId: this.activeClass, userIdsStr: arr.join(',') }).then(res => {
         if (res.code == 200) {
           this.studentVisible = false;
+          this.$message('添加成功')
+          this.getList()
         }
       })
     },

+ 1 - 8
src/views/vipClass/vipReset.vue

@@ -11,18 +11,15 @@
       <el-table :data='tableList'
                 :header-cell-style="{background:'#EDEEF0',color:'#444'}">
         <el-table-column label="课程名称"
-                         width="150"
                          align="center"
                          prop="name">
         </el-table-column>
         <el-table-column label="班级id"
-                         width="150"
                          align="center"
                          prop="classGroupId">
         </el-table-column>
         <el-table-column label="上课日期"
                          align="center"
-                         width="150"
                          prop="classDate">
           <template slot-scope="scope">
             <div>
@@ -32,7 +29,6 @@
         </el-table-column>
         <el-table-column label="课程状态"
                          align="center"
-                         width="150"
                          prop="status">
           <template slot-scope="scope">
             <div>
@@ -42,16 +38,13 @@
         </el-table-column>
         <el-table-column label="上课开始时间"
                          align="center"
-                         width="150"
                          prop="startClassTimeStr">
         </el-table-column>
         <el-table-column label="上课结束时间"
                          align="center"
-                         width="150"
                          prop="endClassTimeStr">
         </el-table-column>
         <el-table-column label="课程类型"
-                         width="150"
                          align="center">
           <template slot-scope="scope">
             <div>
@@ -61,7 +54,6 @@
         </el-table-column>
         <el-table-column label="教学点"
                          align="center"
-                         width="300"
                          prop="schoolName">
         </el-table-column>
         <el-table-column label="操作">
@@ -70,6 +62,7 @@
               <el-button type="text"
                          @click="resetClass(scope.row)">调整</el-button>
               <el-button type="text"
+                         v-if="scope.row.status != 'OVER'"
                          @click="removeClass(scope.row)">删除</el-button>
             </div>
           </template>

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