diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 2c6e7daf..bab011ec 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -366,7 +366,7 @@ type="link" >管理 - + 权限名单 @@ -1731,7 +1731,7 @@ import FJUpload from "@/components/common/FJUpload"; import { updateStudent } from "@/api/indexProjStu"; import { useStore } from "vuex"; import DropDown from "@/components/common/DropDown"; -import { checkPer } from "@/utils/utils"; +import { checkPer,checkOwner } from "@/utils/utils"; import dayjs from "dayjs"; //列表表格 @@ -4990,6 +4990,7 @@ export default defineComponent({ beforeUpload2, handleDel, checkPer, + checkOwner, handleSucessStu, handleRejectStu, handleDeleteStu, diff --git a/src/views/learningpath/LearningPath.vue b/src/views/learningpath/LearningPath.vue index a754d0ab..958b336f 100644 --- a/src/views/learningpath/LearningPath.vue +++ b/src/views/learningpath/LearningPath.vue @@ -119,7 +119,7 @@ type="link" >编辑 - 管理 + 管理 - +
diff --git a/src/views/projectcenter/ProjectManage.vue b/src/views/projectcenter/ProjectManage.vue index bb43ee23..0b3ac2f4 100644 --- a/src/views/projectcenter/ProjectManage.vue +++ b/src/views/projectcenter/ProjectManage.vue @@ -160,12 +160,7 @@ type="link" >撤回发布 - 管理 + 管理 查看 - {{ record.topFlag ? "取消优秀" : "优秀学员" }} 换组 @@ -1073,7 +1074,7 @@
-
+
+添加证书