Explorar el Código

02/20 22:47

111
261568008@qq.com hace 5 años
padre
commit
3e44567d30

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
dist/index.html


+ 1 - 1
dist/static/css/chunk-839e6186.fb1ecb02.css → dist/static/css/chunk-1f992393.d46ab528.css

@@ -1 +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}.tr-cotainer{margin-top:20px}.teacherInfo .infoWrap[data-v-d4dc7046]{margin-top: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:start;-ms-flex-pack:start;justify-content:flex-start}.teacherInfo .infoWrap .left[data-v-d4dc7046]{max-width:1000px;width:100%}.teacherInfo .infoWrap .left h4[data-v-d4dc7046]{margin-bottom:20px}.teacherInfo .infoWrap .right[data-v-d4dc7046]{margin-left:100px}.teacherInfo .infoWrap .right .teacherIcon[data-v-d4dc7046]{width:150px;height:150px;border-radius:50%;overflow:hidden}.teacherInfo .infoWrap .right .teacherIcon img[data-v-d4dc7046]{width:150px;height:150px}[data-v-d4dc7046] .el-form-item{width:100%}[data-v-d4dc7046] .el-date-editor.el-input,[data-v-d4dc7046] .el-select{width:100%!important}[data-v-d4dc7046] .el-form-item__content{font-size:14px!important;margin-right:5%}.courseInfo h4{margin-bottom:20px}.courseInfo .tableMargin{margin-top:20px}
+.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}.tr-cotainer{margin-top:20px}.teacherInfo .infoWrap[data-v-48910c02]{margin-top: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:start;-ms-flex-pack:start;justify-content:flex-start}.teacherInfo .infoWrap .left[data-v-48910c02]{max-width:1000px;width:100%}.teacherInfo .infoWrap .left h4[data-v-48910c02]{margin-bottom:20px}.teacherInfo .infoWrap .right[data-v-48910c02]{margin-left:100px}.teacherInfo .infoWrap .right .teacherIcon[data-v-48910c02]{width:150px;height:150px;border-radius:50%;overflow:hidden}.teacherInfo .infoWrap .right .teacherIcon img[data-v-48910c02]{width:150px;height:150px}[data-v-48910c02] .el-form-item{width:100%}[data-v-48910c02] .el-date-editor.el-input,[data-v-48910c02] .el-select{width:100%!important}[data-v-48910c02] .el-form-item__content{font-size:14px!important;margin-right:5%}.courseInfo h4{margin-bottom:20px}.courseInfo .tableMargin{margin-top:20px}

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
dist/static/js/app.752d3a44.js


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
dist/static/js/chunk-1f992393.8bff2b4a.js


+ 1 - 0
src/views/teacherManager/teacherDetail/components/settlement.vue

@@ -233,6 +233,7 @@ export default {
     })
   },
   mounted () {
+    this.teacherId = this.$route.query.teacherId
     this.getList()
     sumTeacherNoPay({ teacherId: this.teacherId }).then(res => {
       if (res.code == 200) {

+ 1 - 0
src/views/teacherManager/teacherDetail/components/teacherInfo.vue

@@ -186,6 +186,7 @@ export default {
     // console.log(this.$route.query.teacherId);
   },
   mounted () {
+    this.teacherId = this.$route.query.teacherId
     this.teacherGet()
   },
   methods: {

+ 1 - 0
src/views/teacherManager/teacherDetail/index.vue

@@ -88,6 +88,7 @@ export default {
     if (this.$route.query.rules) {
       this.Frules = this.$route.query.rules
     }
+    this. activeName="0"
   },
 
   created () {

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio