From 7d59b5698b69058eca6fe76a38a0c3db37569d08 Mon Sep 17 00:00:00 2001 From: chenJinxu <2183691628@qq.com> Date: Sat, 2 Mar 2024 18:21:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E6=83=85=E7=BB=AA?= =?UTF-8?q?=E5=91=A8/=E6=9C=88=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/router.config.js | 8 +- src/views/insight/index.vue | 19 +- src/views/insight/monthReport.vue | 1398 ----------------------------- src/views/insight/signsReport.vue | 914 +++++++++++++++++++ 4 files changed, 931 insertions(+), 1408 deletions(-) delete mode 100644 src/views/insight/monthReport.vue create mode 100644 src/views/insight/signsReport.vue diff --git a/src/router/router.config.js b/src/router/router.config.js index 5510e44..c14f1c5 100644 --- a/src/router/router.config.js +++ b/src/router/router.config.js @@ -303,10 +303,10 @@ export const constantRouterMap = [ meta: { title: '心理监测周报', keepAlive: false } }, { - path: '/monthReport', - name: 'monthReport', - component: () => import('@/views/insight/monthReport'), - meta: { title: '心理监测月报', keepAlive: false } + path: '/signsReport', + name: 'signsReport', + component: () => import('@/views/insight/signsReport'), + meta: { title: '情绪报告', keepAlive: false } }, { path: '/experts', diff --git a/src/views/insight/index.vue b/src/views/insight/index.vue index ba58c39..a7401e4 100644 --- a/src/views/insight/index.vue +++ b/src/views/insight/index.vue @@ -1,4 +1,5 @@ +