From 223030579ea325d3fe69535027f22c06dc9a375e Mon Sep 17 00:00:00 2001 From: "Lyj@210615" <18050528999@163.com> Date: Mon, 9 Jan 2023 17:35:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=8F=E8=AE=BF=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/followup.js | 12 +++++++++-- src/components/CustomsTable/index.vue | 2 +- src/views/audit-qualitycontrol/community.vue | 22 +++++++++++++------- src/views/followupentry/index.vue | 10 --------- src/views/screening/components/FormTab.vue | 8 ++----- 5 files changed, 28 insertions(+), 26 deletions(-) diff --git a/src/api/followup.js b/src/api/followup.js index c6f7a48..b50ff2f 100644 --- a/src/api/followup.js +++ b/src/api/followup.js @@ -12,10 +12,18 @@ export function getFollowSurvey(params = {}) { params, }); } -//审核质控 随访 +//审核质控 随访已审核列表 export function getFollowCheck(params = {}) { return request({ - url: "/disease-data/follow/check/patientFrom", + url: "/disease-data/follow/check", + method: "get", + params, + }); +} +//审核质控 随访病例待审核(详情数据) +export function getFollowUnCheckDetail(params = {}) { + return request({ + url: "/disease-data/dataCheck/follow/unCheck/detail/", method: "get", params, }); diff --git a/src/components/CustomsTable/index.vue b/src/components/CustomsTable/index.vue index 7a67e9c..c1c9fab 100644 --- a/src/components/CustomsTable/index.vue +++ b/src/components/CustomsTable/index.vue @@ -43,7 +43,7 @@ {{ scope.row[column.value] || "--" }} + >{{ String(scope.row[column.value]) || "--" }} diff --git a/src/views/audit-qualitycontrol/community.vue b/src/views/audit-qualitycontrol/community.vue index 4d1b1b5..dca5e45 100644 --- a/src/views/audit-qualitycontrol/community.vue +++ b/src/views/audit-qualitycontrol/community.vue @@ -53,22 +53,22 @@ export default { { label: "医联体", minWidth: 120, - value: "title", + value: "unionName", }, { label: "已审核(例)", minWidth: 120, - value: "file", + value: "checkNums", }, { label: "待审核(例)备份", minWidth: 120, - value: "uploadTime", + value: "unCheckNums", }, { label: "最新上报时间", minWidth: 120, - value: "editTime", + value: "reportTime", }, { label: "操作", @@ -86,9 +86,17 @@ export default { ], tableData: [ { - title: "第一个", - isOpen: true, - }, + "unionId": "2", + + "unionName": "合肥高新附院", + + "unCheckNums": 2, + + "checkNums": 0, + + "reportTime": "2022-12-09 09:12:35" + + } ], } }, diff --git a/src/views/followupentry/index.vue b/src/views/followupentry/index.vue index f6be797..7e501e9 100644 --- a/src/views/followupentry/index.vue +++ b/src/views/followupentry/index.vue @@ -18,17 +18,7 @@ export default { }, created() { }, - computed:{ - formEdit(){ - return this.$route.query - } - }, methods: {}, - provide() { - return { - formEdit:this.$route.query.formEdit - } - }, } diff --git a/src/views/screening/components/FormTab.vue b/src/views/screening/components/FormTab.vue index f1df7a5..6b3430a 100644 --- a/src/views/screening/components/FormTab.vue +++ b/src/views/screening/components/FormTab.vue @@ -42,11 +42,7 @@ --> -
+