From 3bb4b519f16bb4b5f3350977b50856d161b1dbfd Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Sun, 20 Jul 2025 14:16:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=85=E5=86=85=E7=BD=91=E5=8F=AF=E8=A7=81-?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=91=98=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/courseForm.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Course/courseForm.vue b/src/components/Course/courseForm.vue index 8163331c..45e1cc62 100644 --- a/src/components/Course/courseForm.vue +++ b/src/components/Course/courseForm.vue @@ -141,6 +141,7 @@ PC端可见 移动端可见 多端可见 + 仅内网访问 @@ -305,6 +306,7 @@ PC端可见 移动端可见 多端可见 + 仅内网访问 @@ -488,6 +490,7 @@ export default { refType:'' }, visibleShow:false, + isPermission:false, extendRefId:'', extendRefType:'', courseTeachers: [], //课程的老师 @@ -906,6 +909,7 @@ export default { this.contentInfo.list = result.contents; this.sectionInfo.list = result.sections; this.courseTeachers = result.teachers; //课程的老师信息 + this.isPermission = result.teachers; //课程的老师信息 if(!this.courseInfo.orgId){ //根据课程创建者获取机构id