From e1eafdd646d1cf25ef7b6c0058d669d35adbe1c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Mon, 6 Jan 2025 15:22:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AB=98=E7=BA=A7=E7=B3=BB=E7=BB=9F=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 20 +++ .../modules/shequzhili/analysis/index.vue | 24 ++- .../shequzhili/event/cpts/event-info.vue | 21 ++- .../event/cpts/process-form-complete.vue | 51 +++--- .../shequzhili/eventHandling/index.vue | 24 +-- .../modules/shequzhili/timeOut/index.vue | 151 ++++++------------ .../modules/workSys/sysConfigure/index.vue | 119 ++++++++++---- 7 files changed, 227 insertions(+), 183 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 01c2837a2..1a2e64533 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -178,6 +178,26 @@ export const moduleRoutes = { title: "新增居民", }, }, + { + path: "eventHandling", + props: true, + name: "eventHandling", + component: () => import("@/views/modules/shequzhili/eventHandling/index"), + meta: { + isTab: true, + title: "事件办理", + }, + }, + { + path: "timeOut", + props: true, + name: "timeOut", + component: () => import("@/views/modules/shequzhili/timeOut/index"), + meta: { + isTab: true, + title: "超时预警", + }, + }, { path: "suggestionList", props: true, diff --git a/src/views/modules/shequzhili/analysis/index.vue b/src/views/modules/shequzhili/analysis/index.vue index 3e61da04b..81fd3f61c 100644 --- a/src/views/modules/shequzhili/analysis/index.vue +++ b/src/views/modules/shequzhili/analysis/index.vue @@ -23,7 +23,7 @@