From afe2fbc5b0375c7c06853fc981deec74e04fd630 Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期日, 24 八月 2025 11:30:40 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/xiehe_website --- 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