患者ID:{{ rowData && rowData.sampleUserid }}
-样本条码:{{ rowData && rowData.sampleBarcode }}
+条码ID:{{ rowData && rowData.sampleBarcode }}
记录ID:{{ rowData && rowData.id }}
项目名称:{{ rowData && rowData.projName }}
@@ -645,7 +652,7 @@ watchEffect(() => { .history-result { //height: 3rem; display: flex; - align-items: center; + align-items: center;justify-content: center; } :deep(.table-header) { height: 60px; diff --git a/src/pages/Index/Index.vue b/src/pages/Index/Index.vue index 4b70b4e..82b9a12 100644 --- a/src/pages/Index/Index.vue +++ b/src/pages/Index/Index.vue @@ -1142,12 +1142,11 @@ async function startInit() { await pollingInitState() // 获取挂载ID卡信息 const res = await getIdCardInfo() - console.log(res) - if (!res) { + if (!res.success) { return } consumableStore.setIdCardInserted(true) - consumableStore.setIdCardInfo(res) + consumableStore.setIdCardInfo(res.data) // //显示部分id卡信息。 项目名称,过期时间,批次号 // idCardInserted.value = true // //接收端是用v-html处理 diff --git a/src/pages/Index/Regular/Running.vue b/src/pages/Index/Regular/Running.vue index 54e6b9f..da26a26 100644 --- a/src/pages/Index/Regular/Running.vue +++ b/src/pages/Index/Regular/Running.vue @@ -123,7 +123,7 @@