瀏覽代碼

作业管理->作业列表

1
mo 4 年之前
父節點
當前提交
b7a23ee249

+ 3 - 3
src/views/afterSchoolManager/afterSchoolDetail.vue

@@ -30,11 +30,11 @@ export default {
       this.id = this.$route.query.extracurricularExercisesId
     },
     goBack () {
-      this.$store.dispatch('delVisitedViews', this.$route) 
-      this.$router.push({ path: "/business/afterSchoolManager"});
+      this.$store.dispatch('delVisitedViews', this.$route)
+      this.$router.push({ path: "/business/workManager/afterSchoolManager"});
     }
   }
 };
 </script>
 <style lang='scss' scoped>
-</style>
+</style>

+ 3 - 2
src/views/attendanceManager/attendanceList/index.vue

@@ -129,12 +129,13 @@
           <el-table-column align="center" prop="studentId" label="操作">
             <template slot-scope="scope">
               <div>
-                <el-button
+                <auth auths='studentManage/findStudentCourseHomeworks'>
+                  <el-button
                   type="text"
-                  v-permission="'studentManage/findStudentCourseHomeworks'"
                   @click="lookDetail(scope.row)"
                   >查看</el-button
                 >
+                </auth>
               </div>
             </template>
           </el-table-column>

+ 1 - 0
src/views/teamDetail/componentCourse/studentWork.vue

@@ -261,6 +261,7 @@ export default {
     },
   },
   mounted() {
+    console.log(this.$route)
     this.init();
   },
   activated() {