From 9f6d0bd94775022f7657c39c3218ac08237e1157 Mon Sep 17 00:00:00 2001 From: liuzhipeng <1747191978@qq.com> Date: Sat, 15 Feb 2025 21:33:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=8F=E8=AE=BF=E5=B7=A5=E5=8D=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-ui/src/api/followupFile.js | 16 + acupuncture-ui/src/views/followFile/work.vue | 316 ++++++++++++------- 2 files changed, 220 insertions(+), 112 deletions(-) diff --git a/acupuncture-ui/src/api/followupFile.js b/acupuncture-ui/src/api/followupFile.js index a1f3e170..ba1c7084 100644 --- a/acupuncture-ui/src/api/followupFile.js +++ b/acupuncture-ui/src/api/followupFile.js @@ -56,4 +56,20 @@ export function queryTask(data) { method: "post", data: data, }); +} +// 失访 +export function updStatus(data) { + return request({ + url: "/followup/updStatus", + method: "post", + data: data, + }); +} +// 患者随访 +export function followPatient(data) { + return request({ + url: "/followup/followPatient", + method: "post", + data: data, + }); } \ No newline at end of file diff --git a/acupuncture-ui/src/views/followFile/work.vue b/acupuncture-ui/src/views/followFile/work.vue index 9f47a821..b8d6240b 100644 --- a/acupuncture-ui/src/views/followFile/work.vue +++ b/acupuncture-ui/src/views/followFile/work.vue @@ -6,10 +6,10 @@ @queryTable="getList" > - - - - + + + + - + + + - - - + width="150" + /> - + + + - + > - - + width="150" + /> + + @@ -155,10 +152,10 @@ @pagination="getList" /> - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + +