Xiao_Mo 5 years ago
parent
commit
4cc8841935

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


+ 1 - 0
dist/static/css/chunk-c05c1d5a.879d1459.css

@@ -0,0 +1 @@
+.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;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:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.newBand[data-v-2bbcfc82]{display:inline-block;margin-right:10px}.right-code .title[data-v-2bbcfc82]{font-size:18px;text-align:center;padding-bottom:8px}[data-v-2bbcfc82] .studentInfo .el-dialog__body{padding-top:0;padding-bottom:0}[data-v-2bbcfc82] .studentInfo .multiple.el-select{width:185px!important}

+ 0 - 1
dist/static/css/chunk-c836ceb2.40b343ff.css

@@ -1 +0,0 @@
-.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;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:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.newBand[data-v-2d88ce5b]{display:inline-block;margin-right:10px}.right-code .title[data-v-2d88ce5b]{font-size:18px;text-align:center;padding-bottom:8px}[data-v-2d88ce5b] .studentInfo .el-dialog__body{padding-top:0;padding-bottom:0}[data-v-2d88ce5b] .studentInfo .multiple.el-select{width:185px!important}

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


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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-c836ceb2.92d6706c.js


+ 1 - 1
src/views/studentManager/studentList.vue

@@ -250,7 +250,7 @@
           </el-select>
         </el-form-item>
           <el-form-item label="指导老师" prop="teacherId">
-          <el-select class="multiple" v-model.trim="studentForm.teacherId" clearable>
+          <el-select class="multiple" v-model.trim="studentForm.teacherId" clearable filterable>
             <el-option
               v-for="(item,index) in teacherList"
               :label="item.realName"

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