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 @@
+
+
+
+
+
+
+ {{ tips }}
+
+
+ 一键发布
+
+
+
+
+
+
+
+
+
+
+ 部门:
+ {{ displayListItem(item, 'Department') }}
+
+
+
+ 周别:
+ {{ displayListItem(item, 'Week') }}
+
+
+
+ 标题:
+ {{ displayListItem(item, 'Title') }}
+
+
+
+ 发布人:
+ {{ displayListItem(item, 'CreateUser') }}
+
+
+
+ 发布日期:
+ {{ displayListItem(item, 'CreateTime') }}
+
+
+
+ 状态:
+ {{ displayListItem(item, 'Status') }}
+
+
+
+
+
+ 提交
+
+
+
+ 删除
+
+
+
+
+ 编辑
+
+
+
+
+ 查看
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 重置查询条件
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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;