From 1fa822ed72ea3722fa317769f8df842cd1778b15 Mon Sep 17 00:00:00 2001
From: zoujiandong <10130823232@qq.com>
Date: Fri, 6 Mar 2026 19:01:31 +0800
Subject: [PATCH] =?UTF-8?q?3.6=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/dialog/dialog.vue | 4 +-
pages.json | 44 +++----
pages_app/caseRecord/caseRecord.vue | 20 ++-
pages_app/followDetail/followDetail.vue | 18 ++-
pages_app/patientMsg/patientMsg.vue | 5 +-
pages_app/visitPlan/visitPlan.vue | 17 +--
pages_chat/addAddress/addAddress.vue | 8 +-
pages_chat/editAddress/editAddress.vue | 80 +++++++++++-
pages_chat/outPatient/outPatient.vue | 88 ++++++++++----
pages_chat/stopPatient/stopPatient.vue | 154 ++++++++++++++++++++++--
static/data_sign.png | Bin 0 -> 1716 bytes
static/delete_icon.png | Bin 0 -> 1249 bytes
static/edit_icon.png | Bin 0 -> 1532 bytes
static/send_feed.png | Bin 0 -> 4818 bytes
static/zhiyedidian.png | Bin 0 -> 1796 bytes
15 files changed, 360 insertions(+), 78 deletions(-)
create mode 100644 static/data_sign.png
create mode 100644 static/delete_icon.png
create mode 100644 static/edit_icon.png
create mode 100644 static/send_feed.png
create mode 100644 static/zhiyedidian.png
diff --git a/components/dialog/dialog.vue b/components/dialog/dialog.vue
index bb9c07e..36d11fd 100644
--- a/components/dialog/dialog.vue
+++ b/components/dialog/dialog.vue
@@ -42,13 +42,13 @@
@click="oncancel"
>
- 取消
+ {{ cancelText }}
- 确定
+ {{ confirmText }}
diff --git a/pages.json b/pages.json
index 980224a..a3b4eca 100644
--- a/pages.json
+++ b/pages.json
@@ -771,6 +771,16 @@
}
}
},
+ {
+ "path": "caseRecord/caseRecord",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "uni-app分页",
+ "app": {
+ "bounce": "none"
+ }
+ }
+ },
{
"path": "visitPlan/visitPlan",
"style": {
@@ -934,6 +944,17 @@
}
}
},
+ {
+ "path": "selectPatientSingle/selectPatientSingle",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarRightButton":{ "hide": true},
+ "navigationBarTitleText": "uni-app分页",
+ "app": {
+ "bounce": "none"
+ }
+ }
+ },
{
"path": "visitNote/visitNote",
"style": {
@@ -1000,17 +1021,7 @@
// }
// }
// },
- // {
- // "path": "selectPatientSingle/selectPatientSingle",
- // "style": {
- // "navigationStyle": "custom",
- // "navigationBarRightButton":{ "hide": true},
- // "navigationBarTitleText": "uni-app分页",
- // "app": {
- // "bounce": "none"
- // }
- // }
- // },
+
// {
// "path": "patientInfo/patientInfo",
// "style": {
@@ -1114,16 +1125,7 @@
// }
// }
// },
- // {
- // "path": "caseRecord/caseRecord",
- // "style": {
- // "navigationStyle": "custom",
- // "navigationBarTitleText": "uni-app分页",
- // "app": {
- // "bounce": "none"
- // }
- // }
- // },
+
// {
// "path": "searchPatient/searchPatient",
// "style": {
diff --git a/pages_app/caseRecord/caseRecord.vue b/pages_app/caseRecord/caseRecord.vue
index 771e280..ca2e380 100644
--- a/pages_app/caseRecord/caseRecord.vue
+++ b/pages_app/caseRecord/caseRecord.vue
@@ -1,13 +1,13 @@
-
+
+
@@ -16,10 +16,11 @@
修改
- 保存
+ 提交
+
@@ -337,7 +338,16 @@ const saveRecord = () => {
/* 主要内容区域 */
.main-content {
- padding: 0rpx 30rpx;
+ position: fixed;
+ top: calc(var(--status-bar-height) + 44px);
+ left: 0;
+ right: 0;
+ width: 100%;
+ box-sizing: border-box;
+ bottom:150rpx;
+ z-index:1;
+ overflow-y: scroll;
+ padding: 30rpx;
}
.form-item {
diff --git a/pages_app/followDetail/followDetail.vue b/pages_app/followDetail/followDetail.vue
index 22bac60..2ac1595 100644
--- a/pages_app/followDetail/followDetail.vue
+++ b/pages_app/followDetail/followDetail.vue
@@ -15,7 +15,8 @@
-->
-
+
+
患者
{{ patientName }}
@@ -30,6 +31,7 @@
+