From 707b1ae36fe11356b38361ac6d2823d21d49a1bf Mon Sep 17 00:00:00 2001 From: Liuyujia <18050528999@163.com> Date: Wed, 1 Feb 2023 17:24:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=8F=E8=AE=BF=E5=AE=A1=E6=A0=B8=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/followup.js | 15 +- src/components/CustomsTable/index.vue | 2 +- src/views/audit-detail/index.vue | 62 +++--- src/views/audit-qualitycontrol/community.vue | 210 ------------------ .../audit-qualitycontrol/healthcheckup.vue | 174 --------------- src/views/audit-qualitycontrol/hospital.vue | 174 --------------- src/views/audit-qualitycontrol/index.vue | 140 +++++++++--- src/views/followupresearch/index.vue | 23 +- 8 files changed, 168 insertions(+), 632 deletions(-) delete mode 100644 src/views/audit-qualitycontrol/community.vue delete mode 100644 src/views/audit-qualitycontrol/healthcheckup.vue delete mode 100644 src/views/audit-qualitycontrol/hospital.vue diff --git a/src/api/followup.js b/src/api/followup.js index b50ff2f..08b715e 100644 --- a/src/api/followup.js +++ b/src/api/followup.js @@ -12,15 +12,24 @@ export function getFollowSurvey(params = {}) { params, }); } -//审核质控 随访已审核列表 +///////////////审核质控///////////////////// +//随访已审核列表 export function getFollowCheck(params = {}) { return request({ - url: "/disease-data/follow/check", + url: "/disease-data/dataCheck/follow/check", method: "get", params, }); } -//审核质控 随访病例待审核(详情数据) +//随访待审核列表 +export function getFollowUncheck(params = {}) { + return request({ + url: "/disease-data/dataCheck/follow/unCheck", + method: "get", + params, + }); +} +//随访病例待审核(详情数据) export function getFollowUnCheckDetail(params = {}) { return request({ url: "/disease-data/dataCheck/follow/unCheck/detail/", diff --git a/src/components/CustomsTable/index.vue b/src/components/CustomsTable/index.vue index c1c9fab..5c79e45 100644 --- a/src/components/CustomsTable/index.vue +++ b/src/components/CustomsTable/index.vue @@ -43,7 +43,7 @@ {{ String(scope.row[column.value]) || "--" }} + >{{ String(scope.row[column.value]|| "--") }} diff --git a/src/views/audit-detail/index.vue b/src/views/audit-detail/index.vue index af52ac0..08d28a7 100644 --- a/src/views/audit-detail/index.vue +++ b/src/views/audit-detail/index.vue @@ -20,8 +20,7 @@ class="p-btn" size="medium" @click="showDialog(item.value)" - >{{ item.text }} + >{{ item.text }} 驳回修改建议:胃镜图片不合规 @@ -36,26 +35,20 @@