From 99a916e3673b08b56c970ee0e645717dea19b2d7 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 08 四月 2025 09:13:33 +0800
Subject: [PATCH] 测试完成

---
 src/views/register.vue                       |    2 +-
 src/views/patient/patient/physical.vue       |    3 +++
 src/views/login.vue                          |    2 +-
 src/layout/components/Sidebar/Logo.vue       |    2 +-
 src/views/patient/patient/operation.vue      |    9 +++++++--
 src/views/patient/patient/hospital.vue       |    9 +++++++--
 src/views/patient/patient/outpatient.vue     |    3 +++
 src/views/patient/patient/behospitalized.vue |    9 +++++++--
 src/views/followvisit/discharge/index.vue    |    3 +++
 9 files changed, 33 insertions(+), 9 deletions(-)

diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue
index 74635a7..29aaa1b 100644
--- a/src/layout/components/Sidebar/Logo.vue
+++ b/src/layout/components/Sidebar/Logo.vue
@@ -70,7 +70,7 @@
   },
   data() {
     return {
-      title: "鏅畞浜烘皯鍖婚櫌鏅烘収闅忚骞冲彴",
+      title: "鏅烘収闅忚绯荤粺",
       logo: logoImg,
     };
   },
diff --git a/src/views/followvisit/discharge/index.vue b/src/views/followvisit/discharge/index.vue
index 66a5ea5..e3cebd3 100644
--- a/src/views/followvisit/discharge/index.vue
+++ b/src/views/followvisit/discharge/index.vue
@@ -785,6 +785,9 @@
   addserviceSubtask,
   query360PatInfo
 } from "@/api/AiCentre/index";
+import {
+  particularpatient,
+} from "@/api/patient/homepage";
 import Treeselect from "@riophae/vue-treeselect";
 import store from "@/store";
 import "@riophae/vue-treeselect/dist/vue-treeselect.css";
diff --git a/src/views/login.vue b/src/views/login.vue
index b3cfc30..6ada6f7 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -6,7 +6,7 @@
       :rules="loginRules"
       class="login-form"
     >
-      <h3 class="title">鏅畞浜烘皯鍖婚櫌鏅烘収闅忚骞冲彴</h3>
+      <h3 class="title">鏅烘収闅忚绯荤粺</h3>
       <el-form-item prop="username">
         <el-input
           v-model="loginForm.username"
diff --git a/src/views/patient/patient/behospitalized.vue b/src/views/patient/patient/behospitalized.vue
index b562b5f..3f35db3 100644
--- a/src/views/patient/patient/behospitalized.vue
+++ b/src/views/patient/patient/behospitalized.vue
@@ -366,12 +366,17 @@
 
 import {
   listpatient,
-  particularpatient,
+} from "@/api/patient/record";
+import {
+  messagelistpatient,
+  alterpatient,
   addpatient,
+  particularpatient,
   deletepatient,
   Exporterrorpatient,
   toleadpatient,
-} from "@/api/patient/record";
+} from "@/api/patient/homepage";
+
 import { listtag } from "@/api/system/label";
 import { getToken } from "@/utils/auth";
 import Treeselect from "@riophae/vue-treeselect";
diff --git a/src/views/patient/patient/hospital.vue b/src/views/patient/patient/hospital.vue
index 63842a9..839e198 100644
--- a/src/views/patient/patient/hospital.vue
+++ b/src/views/patient/patient/hospital.vue
@@ -390,12 +390,17 @@
 
 import {
   listpatient,
-  particularpatient,
+
+} from "@/api/patient/record";
+import {
+  messagelistpatient,
+  alterpatient,
   addpatient,
+  particularpatient,
   deletepatient,
   Exporterrorpatient,
   toleadpatient,
-} from "@/api/patient/record";
+} from "@/api/patient/homepage";
 import { listtag } from "@/api/system/label";
 import { getToken } from "@/utils/auth";
 import Treeselect from "@riophae/vue-treeselect";
diff --git a/src/views/patient/patient/operation.vue b/src/views/patient/patient/operation.vue
index 1d42f42..cbb99ef 100644
--- a/src/views/patient/patient/operation.vue
+++ b/src/views/patient/patient/operation.vue
@@ -361,12 +361,17 @@
 
 import {
   listoperation,
-  particularpatient,
+
+} from "@/api/patient/record";
+import {
+  messagelistpatient,
+  alterpatient,
   addpatient,
+  particularpatient,
   deletepatient,
   Exporterrorpatient,
   toleadpatient,
-} from "@/api/patient/record";
+} from "@/api/patient/homepage";
 import { listtag } from "@/api/system/label";
 import { getToken } from "@/utils/auth";
 import Treeselect from "@riophae/vue-treeselect";
diff --git a/src/views/patient/patient/outpatient.vue b/src/views/patient/patient/outpatient.vue
index e4fcff5..e6bc381 100644
--- a/src/views/patient/patient/outpatient.vue
+++ b/src/views/patient/patient/outpatient.vue
@@ -389,6 +389,9 @@
   updatePatouthosp,
   delPatouthosp,
 } from "@/api/smartor/patouthosp";
+import {
+  particularpatient,
+} from "@/api/patient/homepage";
 import { listtag } from "@/api/system/label";
 import { getToken } from "@/utils/auth";
 import Treeselect from "@riophae/vue-treeselect";
diff --git a/src/views/patient/patient/physical.vue b/src/views/patient/patient/physical.vue
index 3cbf04a..35e4ad0 100644
--- a/src/views/patient/patient/physical.vue
+++ b/src/views/patient/patient/physical.vue
@@ -541,6 +541,9 @@
   Exporterrorpatient,
   toleadpatient,
 } from "@/api/smartor/patphysical";
+import {
+  particularpatient,
+} from "@/api/patient/homepage";
 import { listtag } from "@/api/system/label";
 import { getToken } from "@/utils/auth";
 import Treeselect from "@riophae/vue-treeselect";
diff --git a/src/views/register.vue b/src/views/register.vue
index 4152015..b826bd1 100644
--- a/src/views/register.vue
+++ b/src/views/register.vue
@@ -6,7 +6,7 @@
       :rules="registerRules"
       class="register-form"
     >
-      <h3 class="title">鏅畞浜烘皯鍖婚櫌鏅烘収闅忚骞冲彴</h3>
+      <h3 class="title">鏅烘収闅忚绯荤粺</h3>
       <el-form-item prop="username">
         <el-input
           v-model="registerForm.username"

--
Gitblit v1.9.3