From 1db648db38acabefcc450bc676c92c187b263c12 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期日, 24 八月 2025 21:46:41 +0800
Subject: [PATCH] 1

---
 src/views/classManage/teachingPlan.vue |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/views/classManage/teachingPlan.vue b/src/views/classManage/teachingPlan.vue
index 8df386c..73b3c1a 100644
--- a/src/views/classManage/teachingPlan.vue
+++ b/src/views/classManage/teachingPlan.vue
@@ -472,8 +472,9 @@
 
 // 涓嬭浇涓婁紶璧勬簮
 const downloadRes = (item: any) => {
-  const url = config.requestCtx + "/file/api/ApiDownload?md5=" + item.Md5;
-  window.open(url, "_blank");
+  // const url = config.requestCtx + "/file/api/ApiDownload?md5=" + item.Md5;
+  // window.open(url, "_blank");
+  ElMessage.warning("姝e湪寤鸿涓�...");
 };
 
 // 閫夋嫨鍣�
@@ -585,7 +586,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 +752,7 @@
         name: taskItem.title,
         description: "",
         icon: "",
-        type: config.refCodes.teachingPlan,
+        type: config.refCode.teachingPlan,
         state: "Normal",
         order: 0,
         newDataListRequest: tool.worksDataBytool(
@@ -838,7 +839,7 @@
       }
     }
     .linkTitle {
-      color: #ff6c00;
+      color: #019e58;
       cursor: pointer;
     }
     .linkTitle:hover {

--
Gitblit v1.9.1