Browse Source

修改目标管理

zengyicheng 2 years ago
parent
commit
5d762119d1
1 changed files with 6 additions and 6 deletions
  1. 6 6
      js/Desktop/DeskTop.js

+ 6 - 6
js/Desktop/DeskTop.js

@@ -26,7 +26,7 @@ U.MD.D.I.teacherDeskIcon = [
     { "Name": "协同文档", "Url": "doc", "style": { "cssText": "background-image:url(/img/icon/doc.png)" } },
     { "Name": "思维网格", "Url": "mindNetwork", "style": { "cssText": "background-image:url(/img/icon/mindNetwork.png)" } },
     { "Name": "实时课堂", "Url": "teacherClassRoom", "style": { "cssText": "background-image:url(/img/icon/classRoom.png)" } },
-    { "Name": "评价设置", "Url": "sys", "style": { "cssText": "background-image:url(/img/icon/sys.png)" } },
+    { "Name": "目标管理", "Url": "sys", "style": { "cssText": "background-image:url(/img/icon/sys.png)" } },
     { "Name": "课程设计", "Url": "courseDesign", "style": { "cssText": "background-image:url(/img/icon/courseDesign.png)" } }
 ];
 
@@ -58,7 +58,7 @@ U.MD.D.I.schoolDeskIcon = [
     { "Name": "协同文档", "Url": "doc", "style": { "cssText": "background-image:url(/img/icon/doc.png)" } },
     { "Name": "思维网格", "Url": "mindNetwork", "style": { "cssText": "background-image:url(/img/icon/mindNetwork.png)" } },
     { "Name": "训练服务器", "Url": "train", "style": { "cssText": "background-image:url(/img/icon/trainPlatform.png)" } },
-    { "Name": "评价设置", "Url": "sys", "style": { "cssText": "background-image:url(/img/icon/sys.png)" } },
+    { "Name": "目标管理", "Url": "sys", "style": { "cssText": "background-image:url(/img/icon/sys.png)" } },
     { "Name": "课程设计", "Url": "courseDesign", "style": { "cssText": "background-image:url(/img/icon/courseDesign.png)" } }
 ];
 
@@ -690,7 +690,7 @@ U.MD.D.I.openApplication = function(str, obj, info) {
             case "sys":
 
                 _formdiv = new U.UF.UI.form(
-                    "评价设置",
+                    "目标管理",
                     $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/evaluation?userid=" + _userid + "&oid=" + _oid }), {
                         "id": "sys",
                         "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
@@ -698,7 +698,7 @@ U.MD.D.I.openApplication = function(str, obj, info) {
                     }, {
                         closecallback: function() {}
                     }, { "style": { "height": "36px" } }).form; //创建窗体
-                _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/sys.png)" }, "name": "评价设置", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj, info); } }
+                _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/sys.png)" }, "name": "目标管理", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj, info); } }
                 break;
             case "courseDesign":
 
@@ -1050,7 +1050,7 @@ U.MD.D.I.openApplication = function(str, obj, info) {
             case "sys":
 
                 _formdiv = new U.UF.UI.form(
-                    "评价设置",
+                    "目标管理",
                     $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/evaluation?userid=" + _userid + "&oid=" + _oid }), {
                         "id": "sys",
                         "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
@@ -1058,7 +1058,7 @@ U.MD.D.I.openApplication = function(str, obj, info) {
                     }, {
                         closecallback: function() {}
                     }, { "style": { "height": "36px" } }).form; //创建窗体
-                _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/sys.png)" }, "name": "评价设置", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj, info); } }
+                _taskbar = { "id": str + _formdiv.id, "style": { "backgroundImage": "url(/img/icon/sys.png)" }, "name": "目标管理", "forms": _formdiv, "click": function() { U.MD.D.I.openApplication(str, obj, info); } }
                 break;
             case "courseDesign":