From e1f87494b737169c412ca723baf3085cb0c5706e Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期日, 24 八月 2025 11:28:24 +0800 Subject: [PATCH] 课程管理 --- src/views/classManage/teachingPlan.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/classManage/teachingPlan.vue b/src/views/classManage/teachingPlan.vue index 8df386c..6c24358 100644 --- a/src/views/classManage/teachingPlan.vue +++ b/src/views/classManage/teachingPlan.vue @@ -585,7 +585,7 @@ const getTypeByCode = () => { MG.resource .getCmsTypeByRefCode({ - refCodes: [config.refCodes.teachingPlan], + refCodes: [config.refCode.teachingPlan], }) .then((res: any) => { const data = res[0]?.cmsTypeLinks[0]?.children; @@ -751,7 +751,7 @@ name: taskItem.title, description: "", icon: "", - type: config.refCodes.teachingPlan, + type: config.refCode.teachingPlan, state: "Normal", order: 0, newDataListRequest: tool.worksDataBytool( @@ -838,7 +838,7 @@ } } .linkTitle { - color: #ff6c00; + color: #019e58; cursor: pointer; } .linkTitle:hover { -- Gitblit v1.9.1