diff --git a/pages/index/index.vue b/pages/index/index.vue index 421caeb..ac712cf 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -4,11 +4,11 @@ - 姓名 : 张三 + 姓名 : {{username}} - 身份证号 : 123456202301010000 + 身份证号 : {{idcard}} @@ -16,65 +16,65 @@ L-乳酸 - 00mmol / L + {{resultList?.length > 0 ? resultList[0]?.c1 : '0'}}mmol / L 肌酸 - 00mmol / L + {{resultList?.length > 0 ? resultList[0]?.c2 : '0'}}mmol / L 肌酐 - 00mmol / L + {{resultList?.length > 0 ? resultList[0]?.c3 : '0'}}mmol / L 尿素 - 00mmol / L + {{resultList?.length > 0 ? resultList[0]?.c4 : '0'}}mmol / L β-羟丁酸 - 00mmol / L + {{resultList?.length > 0 ? resultList[0]?.c5 : '0'}}mmol / L L-谷氨酸 - 00mmol / L + {{resultList?.length > 0 ? resultList[0]?.c6 : '0'}}mmol / L - + - 2023-07-01 - 14:20 + {{ item.testDate?.split(' ')[0] }} + {{ item.testDate?.split(' ')[1] }} - L-乳酸 00mmol/L + L-乳酸 {{item.c1}}mmol/L - 肌酸 00mmol/L + 肌酸 {{item.c2}}mmol/L - 肌酐 00mmol/L + 肌酐 {{item.c3}}mmol/L - 尿素 00mmol/L + 尿素 {{item.c4}}mmol/L - β-羟丁酸 00mmol/L + β-羟丁酸 {{item.c5}}mmol/L - L-谷氨酸 00mmol/L + L-谷氨酸 {{item.c6}}mmol/L @@ -92,27 +92,36 @@ -