From e85352350619a34b38fa472637a630330d8fd8c1 Mon Sep 17 00:00:00 2001 From: yxq Date: Sat, 18 Jan 2025 17:16:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=A8=E5=B7=A5=E4=BD=9C=E8=AE=A1=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LearunApp-2.2.0/pages.json | 13 + .../departmentWeek/list.vue | 394 ++++++++++++++++++ .../departmentWeek/single.vue | 285 +++++++++++++ .../LearunApp-2.2.0/pages/home.vue | 2 + 4 files changed, 694 insertions(+) create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/list.vue create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/single.vue diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json index b2adace95..c5388f6f2 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json @@ -1295,6 +1295,19 @@ "style": { "navigationBarTitleText": "信息化办公设备" } + }, + // 部门周计划 + { + "path": "pages/EducationalAdministration/departmentWeek/list", + "style": { + "navigationBarTitleText": "部门周计划" + } + }, + { + "path": "pages/EducationalAdministration/departmentWeek/single", + "style": { + "navigationBarTitleText": "部门周计划" + } } ], diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/list.vue new file mode 100644 index 000000000..a402937f4 --- /dev/null +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/list.vue @@ -0,0 +1,394 @@ + + + + + + + \ No newline at end of file diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/single.vue new file mode 100644 index 000000000..47be34c2e --- /dev/null +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/departmentWeek/single.vue @@ -0,0 +1,285 @@ + + + + + \ No newline at end of file diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/home.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/home.vue index ede9c56b1..35aee272c 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/home.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/home.vue @@ -611,6 +611,8 @@ export default { let categoryId = null; if (titleName == "待办事项") { this.NAV_TO("/pages/nworkflow/myflow/list", {tab:1}, true); + }else if (titleName == "周工作计划") { + this.NAV_TO("/pages/EducationalAdministration/departmentWeek/list",{Status:3}); }else{ if(titleName == "通知公告")categoryId= 1; if(titleName == "校园新闻")categoryId= 2;