Browse Source

03/10 20:11

样式修改
261568008@qq.com 5 years ago
parent
commit
7c1b564c5f

File diff suppressed because it is too large
+ 0 - 0
dist/css/CallNames.7d7120a8.css


File diff suppressed because it is too large
+ 0 - 0
dist/css/CallNames.f9091a04.css


File diff suppressed because it is too large
+ 0 - 0
dist/css/privacy.24ed5a1b.css


File diff suppressed because it is too large
+ 0 - 0
dist/css/privacy.7f6c6c50.css


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


File diff suppressed because it is too large
+ 0 - 0
dist/js/CallNames.0f1a873a.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/CallNames.8729f94c.js


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


File diff suppressed because it is too large
+ 0 - 0
dist/js/privacy.41ac6a42.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/privacy.f7a6b4d4.js


+ 1 - 1
src/views/teacher/queryList/queryActiveList.vue

@@ -55,7 +55,7 @@ export default {
   }
 };
 </script>
-<style lang="less">
+<style lang="less" scoped>
 .m-container {
   background-color: #fff;
 }

+ 1 - 1
src/views/teacher/queryList/queryFortuneBag.vue

@@ -47,7 +47,7 @@ export default {
   }
 }
 </script>
-<style lang="less">
+<style lang="less" scoped>
 .m-container {
   background-color: #fff;
 }

+ 1 - 1
src/views/teacher/studyReport.vue

@@ -196,7 +196,7 @@ export default {
   }
 };
 </script>
-<style lang="less">
+<style lang="less" scoped>
 .m-container {
   background: url("../../assets/images/start/bg.png") no-repeat;
   background-size: 100% 100%;

+ 1 - 1
src/views/teacher/studyReportNew.vue

@@ -377,7 +377,7 @@ export default {
   }
 };
 </script>
-<style lang="less">
+<style lang="less" scoped>
 div {
   box-sizing: border-box;
 }

+ 6 - 1
src/views/teacher/tobeReport.vue

@@ -21,7 +21,12 @@ export default {
   },mounted(){
       getNeedPost().then(res=>{
           if(res.data.code == 200){
-              this.reportList = res.data.data
+              
+              if(res.data.data.length > 0){
+                  this.reportList = res.data.data
+              }else {
+                   this.$toast('当前没有待填写报告')
+              }
           }
       })
   },

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