diff --git a/packageB/priority/index.vue b/packageB/priority/index.vue new file mode 100644 index 0000000..2e01cc7 --- /dev/null +++ b/packageB/priority/index.vue @@ -0,0 +1,181 @@ + + + + + + diff --git a/packageB/priority/recordsManagement.vue b/packageB/priority/recordsManagement.vue new file mode 100644 index 0000000..a8a68b0 --- /dev/null +++ b/packageB/priority/recordsManagement.vue @@ -0,0 +1,526 @@ + + + + + diff --git a/packageB/priority/taskAssignment.vue b/packageB/priority/taskAssignment.vue new file mode 100644 index 0000000..a8a68b0 --- /dev/null +++ b/packageB/priority/taskAssignment.vue @@ -0,0 +1,526 @@ + + + + + diff --git a/packageB/priority/taskIssue.vue b/packageB/priority/taskIssue.vue new file mode 100644 index 0000000..a8a68b0 --- /dev/null +++ b/packageB/priority/taskIssue.vue @@ -0,0 +1,526 @@ + + + + + diff --git a/pages.json b/pages.json index ceeaa6a..ef6621f 100644 --- a/pages.json +++ b/pages.json @@ -433,6 +433,30 @@ "navigationBarTitleText": "推荐" } }, + { + "path": "priority/index", + "style": { + "navigationBarTitleText": "帮扶任务" + } + }, + { + "path": "priority/taskAssignment", + "style": { + "navigationBarTitleText": "帮扶任务分配" + } + }, + { + "path": "priority/taskIssue", + "style": { + "navigationBarTitleText": "帮扶任务下发" + } + }, + { + "path": "priority/recordsManagement", + "style": { + "navigationBarTitleText": "帮扶记录管理" + } + }, { "path": "train/wrongAnswer/mistakeNotebook", "style": { diff --git a/pages/index/components/index-one.vue b/pages/index/components/index-one.vue index b790abe..f8aceb1 100644 --- a/pages/index/components/index-one.vue +++ b/pages/index/components/index-one.vue @@ -161,6 +161,12 @@ 帮扶 + + + + + 帮扶任务 + @@ -656,6 +662,9 @@ const state = reactive({ const helpClick = () => { navTo('/packageB/priority/helpFilter'); }; +const helpTaskClick = () =>{ + navTo('/packageB/priority/index'); +} //招聘会模块跳转 const handleJobFairClick = () => { navTo('/pages/careerfair/careerfair');