From 327e1013bc707a01752db93f7424b6878bae1d8f Mon Sep 17 00:00:00 2001 From: wuyy Date: Fri, 17 Apr 2026 16:53:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/regional/circulation/bbcx/index.vue | 2 +- src/views/regional/inspectionReport/report/index.vue | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/regional/circulation/bbcx/index.vue b/src/views/regional/circulation/bbcx/index.vue index 0a6f0d9..820b0fa 100644 --- a/src/views/regional/circulation/bbcx/index.vue +++ b/src/views/regional/circulation/bbcx/index.vue @@ -236,7 +236,7 @@ const rowHandle = (row) => { { title: '标本采集', time: row.affirmTime }, { title: '标本送检', time: row.sendPackTime }, { title: '标本签收', time: row.signInTime }, - { title: '上机检验', time: row.sjsj }, + { title: '上机检验', time: row.operdatetime }, { title: '结果审核', time: row.confirmtime }, ] } diff --git a/src/views/regional/inspectionReport/report/index.vue b/src/views/regional/inspectionReport/report/index.vue index 270eabf..84cda69 100644 --- a/src/views/regional/inspectionReport/report/index.vue +++ b/src/views/regional/inspectionReport/report/index.vue @@ -361,7 +361,7 @@ const rowHandle = (row: any) => { { title: '标本采集', time: row.cysj }, { title: '标本送检', time: row.bbsjsj }, { title: '标本签收', time: row.jssj }, - { title: '上机检验', time: row.sjsj }, + { title: '上机检验', time: row.operdatetime }, { title: '结果审核', time: row.confirmtime }, ] @@ -742,7 +742,6 @@ onMounted(async () => { const end = dayjs().format('YYYY-MM-DD'); const start = dayjs().subtract(2, 'day').format('YYYY-MM-DD'); //add 时间往后 queryParams.times = [start, end]; - console.log('userStore.sysLoginParam==>', userStore.sysLoginParam); // 医疗机构为1 if (userStore.sysLoginParam.loginYLJG == 1) { queryParams.yljg = ''