From bf0039762163272d4423d976b918dea4d4a00bb0 Mon Sep 17 00:00:00 2001 From: liuhuibin <1650243281@qq.com> Date: Sat, 9 May 2026 11:47:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=94=A8=E6=88=B7=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/GlobalShell.vue | 26 +- src/router/index.js | 2 + src/router/modules/notification.js | 10 + src/router/modules/tendering.js | 12 +- src/router/modules/user.js | 27 +- src/views/notification/index.vue | 260 +++++++ src/views/supervision/plan/index.vue | 332 +++++--- src/views/supervision/video/index.vue | 68 +- src/views/tendering/award/index.vue | 2 +- .../tendering/components/ProjectCrudPanel.vue | 30 +- src/views/tendering/sector/index.vue | 441 ----------- src/views/tendering/task/index.vue | 244 +++--- src/views/tendering/tender/index.vue | 2 +- src/views/user/edit.vue | 706 ++++++++++++++++++ src/views/user/index.vue | 596 ++++++++++++++- src/views/user/user-data.js | 382 ++++++++++ 16 files changed, 2353 insertions(+), 787 deletions(-) create mode 100644 src/router/modules/notification.js create mode 100644 src/views/notification/index.vue delete mode 100644 src/views/tendering/sector/index.vue create mode 100644 src/views/user/edit.vue create mode 100644 src/views/user/user-data.js diff --git a/src/components/layout/GlobalShell.vue b/src/components/layout/GlobalShell.vue index 6acd063..09b49ee 100644 --- a/src/components/layout/GlobalShell.vue +++ b/src/components/layout/GlobalShell.vue @@ -55,7 +55,7 @@ type="button" class="icon-button" aria-label="通知中心" - @click="handlePrototypeNotice" + @click="router.push({ name: 'NotificationCenter' })" >
+
+ +
+ + + + + + + + + + + + + + + + + +
+ + + + + + diff --git a/src/views/supervision/plan/index.vue b/src/views/supervision/plan/index.vue index aa893de..e6a1cdc 100644 --- a/src/views/supervision/plan/index.vue +++ b/src/views/supervision/plan/index.vue @@ -11,6 +11,15 @@ end-placeholder="结束时间" class="filter-field filter-field--range" /> + + + + 重置 @@ -57,14 +66,30 @@ - + + + + + + - +