From 7783f87758da677e961f0d7ecc35c05d41528714 Mon Sep 17 00:00:00 2001 From: "1747191978@qq.com" <1942943850@qq.com> Date: Wed, 19 Feb 2025 14:47:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=8F=E8=AE=BF-=E6=9F=A5=E7=9C=8B=E8=AF=A6?= =?UTF-8?q?=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/followFile/work.vue | 23 ++++++++++++------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/acupuncture-前台/src/views/followFile/work.vue b/acupuncture-前台/src/views/followFile/work.vue index 76248d768..e08e63d11 100644 --- a/acupuncture-前台/src/views/followFile/work.vue +++ b/acupuncture-前台/src/views/followFile/work.vue @@ -95,7 +95,7 @@ + @click="handleDetails(scope.row)"> 查看详情 @@ -111,7 +111,7 @@ :limit.sync="queryParams.pageSize" @pagination="getList" /> - + - - + + @@ -167,7 +167,6 @@ name: "Notice", data() { return { - options: [{ label: "患者原因", options: [{ @@ -261,6 +260,7 @@ title: "", // 弹出层标题 open: false, // 是否显示弹出层 open1: false, // 是否显示弹出层 + open1Disabled:false, importOpen: false, // 导入弹窗 // 查询参数 queryParams: { @@ -358,6 +358,7 @@ /** 随访 */ handleFollow(row) { this.open1 = true; + this.open1Disabled = false this.form = { id: row.id, followuper: "", @@ -372,6 +373,12 @@ this.form = JSON.parse(JSON.stringify(row)); this.form.status = 2 }, + handleDetails(row){ + this.open1 = true; + this.open1Disabled = true + this.form = JSON.parse(JSON.stringify(row)); + + }, // 标记待随访 handleBeFollow(row) { let form = JSON.parse(JSON.stringify(row));