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 {