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 = ''