From 801e53136f929635a40b60ec917accaaa78588cf Mon Sep 17 00:00:00 2001 From: lzp <1747191978@qq.com> Date: Thu, 19 Jun 2025 09:34:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=92=E8=89=B2=E3=80=81=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E6=B7=BB=E5=8A=A0=E5=AE=A2=E6=88=B7=E7=AB=AF?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/followFile/work.vue | 2 +- .../src/views/medicalFile/index.vue | 2 +- .../src/views/monitor/online/index.vue | 5 + .../src/views/monitor/server/index.vue | 33 ++ acupuncture-后台/src/views/report/manage.vue | 13 + acupuncture-后台/src/views/report/type.vue | 1 + .../src/views/system/dict/index.vue | 45 ++ .../src/views/system/menu/index.vue | 30 +- .../src/views/system/notice/index.vue | 221 +++++++--- .../src/views/system/role/index.vue | 388 ++++++++++++------ ...{南宁后台ssl-3.zip => 南宁针灸后台ssl-4.zip} | Bin 4827367 -> 4828442 bytes 11 files changed, 567 insertions(+), 173 deletions(-) rename acupuncture-后台/{南宁后台ssl-3.zip => 南宁针灸后台ssl-4.zip} (91%) diff --git a/acupuncture-后台/src/views/followFile/work.vue b/acupuncture-后台/src/views/followFile/work.vue index 490c4dd4..d3d66dcd 100644 --- a/acupuncture-后台/src/views/followFile/work.vue +++ b/acupuncture-后台/src/views/followFile/work.vue @@ -530,7 +530,7 @@ export default { created() { let { name, phone } = this.$route.query; this.queryParams.param.keywords = name || ""; - this.queryParams.param.phone = phone || ""; + this.queryParams.param.phone = phone !== 'null' ? phone : ""; this.getList(); this.getTenantsList(); // 组织列表 }, diff --git a/acupuncture-后台/src/views/medicalFile/index.vue b/acupuncture-后台/src/views/medicalFile/index.vue index c420ef2b..04438cd4 100644 --- a/acupuncture-后台/src/views/medicalFile/index.vue +++ b/acupuncture-后台/src/views/medicalFile/index.vue @@ -1369,7 +1369,7 @@ export default { created() { let { name, phone } = this.$route.query; this.queryParams.param.keywords = name || ""; - this.queryParams.param.phone = phone || ""; + this.queryParams.param.phone = phone !== 'null' ? phone : ""; this.getList(); this.getTenantsList(); // 组织列表 }, diff --git a/acupuncture-后台/src/views/monitor/online/index.vue b/acupuncture-后台/src/views/monitor/online/index.vue index ad613c96..5b9752fe 100644 --- a/acupuncture-后台/src/views/monitor/online/index.vue +++ b/acupuncture-后台/src/views/monitor/online/index.vue @@ -45,6 +45,11 @@ {{ parseTime(scope.row.loginTime) }} + + + diff --git a/acupuncture-后台/src/views/report/manage.vue b/acupuncture-后台/src/views/report/manage.vue index c4418d12..5876fd64 100644 --- a/acupuncture-后台/src/views/report/manage.vue +++ b/acupuncture-后台/src/views/report/manage.vue @@ -43,6 +43,18 @@ + + + + + + +