字段优化
This commit is contained in:
parent
154a0fd2b9
commit
327e1013bc
@ -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 },
|
||||
]
|
||||
}
|
||||
|
||||
@ -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 = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user