From 8b54bac4c17fc271d84e441517c52950ec225b44 Mon Sep 17 00:00:00 2001
From: chenhaizhao <2291973799@qq.com>
Date: Wed, 31 Dec 2025 14:44:36 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
App.vue | 6 +-
pages/index/index.vue | 6 +-
pages/patient/addTask/addTask.vue | 7 --
pages/patient/patientList/patientList.vue | 99 +++++++++++++----------
4 files changed, 65 insertions(+), 53 deletions(-)
delete mode 100644 pages/patient/addTask/addTask.vue
diff --git a/App.vue b/App.vue
index ddad388..815226c 100644
--- a/App.vue
+++ b/App.vue
@@ -31,6 +31,10 @@ onLaunch(() => {
})
-
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 2fda80f..d5638a0 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -60,7 +60,7 @@ const logout = async() => {
-
+
@@ -114,9 +114,7 @@ const logout = async() => {
\ No newline at end of file
diff --git a/pages/patient/patientList/patientList.vue b/pages/patient/patientList/patientList.vue
index 5bc091e..83034a5 100644
--- a/pages/patient/patientList/patientList.vue
+++ b/pages/patient/patientList/patientList.vue
@@ -4,62 +4,64 @@ import { onLoad } from "@dcloudio/uni-app"
import { getPatientList } from "@/services/patient"
let active = ref('all')
let cutNav = (type) => {
- active.value = type
+ active.value = type
}
onLoad(() => {
- getPatientList()
+ getPatientList()
})
-
-
-
- 调压趋势
- 新增任务
- 新增手术
+
+
+
+
+ 调压趋势
+ 新增任务
+ 新增手术
+
+
+
+
+ 全部
+ 本周
+ 本月
+ 自定义
+
+
-
-
-
- 全部
- 本周
- 本月
- 自定义
-
-
-
-
-
-
+
+
+
住院号:000000
2020-12-22
手术次数:1
-
-
- 患者姓名:xxx
- 手机号码:11111111111
- 植入物品牌:索菲萨
- 原发病:小脑但脂瘤
- 当前压力:110
- 初始压力:110
- 脑积水类型:交通性,高压性
-
-
-
-
-
-
-
+
+
+ 患者姓名:xxx
+ 手机号码:11111111111
+ 植入物品牌:索菲萨
+ 原发病:小脑但脂瘤
+ 当前压力:110
+ 初始压力:110
+ 脑积水类型:交通性,高压性
+
+
+
+
+
+
+
-
+
+