From c8e9849cb5f24848df0174c13bfbbff37bb08a5a Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期二, 21 七月 2026 15:45:30 +0800
Subject: [PATCH] 维护
---
src/views/project/donatefollowup/index.vue | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/src/views/project/donatefollowup/index.vue b/src/views/project/donatefollowup/index.vue
index efaef54..728d3ce 100644
--- a/src/views/project/donatefollowup/index.vue
+++ b/src/views/project/donatefollowup/index.vue
@@ -64,7 +64,7 @@
</el-col>
</el-row>
-
+
</el-form>
<el-row :gutter="10" class="mb8">
@@ -129,9 +129,9 @@
>
<!-- <el-table-column type="selection" width="55" align="center" /> -->
-
+
<el-table-column label="鎹愮尞鑰�" width="100" align="center" prop="name" />
-
+
<el-table-column
label="鍣ㄥ畼"
width="100"
@@ -272,7 +272,7 @@
<el-form-item label="鎹愮尞缂栧彿">
<el-input
disabled
- v-model="this.curCase.donorno"
+ v-model="this.curCase.caseNo"
placeholder="璇疯緭鍏ラ殢璁挎弿杩�"
/> </el-form-item
></el-col>
@@ -536,8 +536,7 @@
this.form.organid = row.id;
this.form.infoid = row.infoid;
- this.curCase.donorno = row.donorno;
- this.curCase.donorno = row.donorno;
+ this.curCase.caseNo = row.caseNo;
this.curCase.name = row.name;
this.curCase.transplanthospitalname = row.transplanthospitalname;
this.curCase.organname = row.organname;
@@ -548,7 +547,7 @@
},
/** 淇敼鎸夐挳鎿嶄綔 */
handleUpdate(row) {
- this.curCase.donorno = row.donorno;
+ this.curCase.caseNo = row.caseNo;
this.curCase.name = row.name;
this.curCase.transplanthospitalname = row.transplanthospitalname;
this.curCase.organname = row.organname;
--
Gitblit v1.9.3