From ff99a9bcfd54dd5794832a2daf1a119ed5e4627d Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 07 三月 2025 13:32:23 +0800
Subject: [PATCH] 测试完成
---
src/views/followvisit/record/detailpage/index.vue | 8 ++++++++
src/views/patient/patient/indexls.vue | 6 ++++--
src/views/patient/patient/hospital.vue | 4 ++--
src/views/patient/patient/behospitalized.vue | 4 ++--
src/views/patient/patient/profile/index.vue | 4 ++--
5 files changed, 18 insertions(+), 8 deletions(-)
diff --git a/src/views/followvisit/record/detailpage/index.vue b/src/views/followvisit/record/detailpage/index.vue
index 6cda7ff..b5f9d8f 100644
--- a/src/views/followvisit/record/detailpage/index.vue
+++ b/src/views/followvisit/record/detailpage/index.vue
@@ -152,6 +152,14 @@
show-overflow-tooltip
>
</el-table-column>
+ <el-table-column
+ prop="remark"
+ align="center"
+ label="鏈嶅姟璁板綍"
+ width="200"
+ show-overflow-tooltip
+ >
+ </el-table-column>
<el-table-column
prop="bankcardno"
diff --git a/src/views/patient/patient/behospitalized.vue b/src/views/patient/patient/behospitalized.vue
index ced783c..c225bc3 100644
--- a/src/views/patient/patient/behospitalized.vue
+++ b/src/views/patient/patient/behospitalized.vue
@@ -141,8 +141,8 @@
<el-table-column
label="浣忛櫌鍙�"
align="center"
- key="patno"
- prop="patno"
+ key="inhospno"
+ prop="inhospno"
width="120"
/>
diff --git a/src/views/patient/patient/hospital.vue b/src/views/patient/patient/hospital.vue
index e2d4e33..84b808f 100644
--- a/src/views/patient/patient/hospital.vue
+++ b/src/views/patient/patient/hospital.vue
@@ -144,8 +144,8 @@
<el-table-column
label="浣忛櫌鍙�"
align="center"
- key="patno"
- prop="patno"
+ key="inhospno"
+ prop="inhospno"
width="120"
/>
<!-- <el-table-column
diff --git a/src/views/patient/patient/indexls.vue b/src/views/patient/patient/indexls.vue
index 68eb076..a28c411 100644
--- a/src/views/patient/patient/indexls.vue
+++ b/src/views/patient/patient/indexls.vue
@@ -10,7 +10,6 @@
import axios from "axios";
export default {
- name: "Discharge",
dicts: ["sys_normal_disable", "sys_user_sex", "sys_yujing", "sys_suggest"],
components: { Treeselect },
data() {
@@ -203,6 +202,9 @@
},
watch: {},
created() {
+ // this.gettoken();
+ },
+ mounted() {
this.gettoken();
},
activated() {},
@@ -219,7 +221,7 @@
})
.catch((error) => {
// 璇锋眰澶辫触
- console.error("Error:", error);
+ this.linkUrl='https://www.google.com/blank.html';
if (error.response) {
// 鏈嶅姟鍣ㄨ繑鍥炰簡閿欒鍝嶅簲
console.error("Status Code:", error.response.status);
diff --git a/src/views/patient/patient/profile/index.vue b/src/views/patient/patient/profile/index.vue
index dd33558..92c1d93 100644
--- a/src/views/patient/patient/profile/index.vue
+++ b/src/views/patient/patient/profile/index.vue
@@ -453,8 +453,8 @@
<el-table-column
label="浣忛櫌鍙�"
align="center"
- key="patno"
- prop="patno"
+ key="inhospno"
+ prop="inhospno"
width="180"
/>
<el-table-column
--
Gitblit v1.9.3