From 90227161a2a7a1e9874f59cfceb1d60038a60b7d Mon Sep 17 00:00:00 2001 From: green <2624612302@qq.com> Date: Sun, 23 Nov 2025 12:22:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=A0=81=E5=B9=B6?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BE=9D=E8=B5=96=E5=BF=BD=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 14 ++ .../src/views/psychology/assessment/index.vue | 158 +++++++++++++++- .../src/views/psychology/report/detail.vue | 169 +++++++++++++++++- 3 files changed, 337 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 0c0da3e0..3623297c 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,20 @@ dist/ nbdist/ .nb-gradle/ +###################################################################### +# Node.js / Frontend Dependencies +node_modules/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* +package-lock.json +yarn.lock +.pnpm-debug.log* + +# Frontend Build Output +dist/ +*.local + ###################################################################### # Others *.log diff --git a/xinli-ui/src/views/psychology/assessment/index.vue b/xinli-ui/src/views/psychology/assessment/index.vue index 8d286c62..3b0d222c 100644 --- a/xinli-ui/src/views/psychology/assessment/index.vue +++ b/xinli-ui/src/views/psychology/assessment/index.vue @@ -90,7 +90,7 @@ - - +