From f85f4873a826ac6f3c67d6e7230945595c3528e6 Mon Sep 17 00:00:00 2001 From: lijie_ycrj <1540286404@qq.com> Date: Thu, 5 Feb 2026 17:04:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=AE=E6=89=B6=E4=BB=BB=E5=8A=A1=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=96=B0=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packageB/priority/index.vue | 181 ++++++++ packageB/priority/recordsManagement.vue | 526 ++++++++++++++++++++++++ packageB/priority/taskAssignment.vue | 526 ++++++++++++++++++++++++ packageB/priority/taskIssue.vue | 526 ++++++++++++++++++++++++ pages.json | 24 ++ pages/index/components/index-one.vue | 9 + 6 files changed, 1792 insertions(+) create mode 100644 packageB/priority/index.vue create mode 100644 packageB/priority/recordsManagement.vue create mode 100644 packageB/priority/taskAssignment.vue create mode 100644 packageB/priority/taskIssue.vue 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');