From 21ef2641f0292f01cb0bb362c24b30b5014dae8e Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期三, 25 十二月 2024 20:32:47 +0800
Subject: [PATCH] 加生化
---
src/views/home/index.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index ae5ea81..8d30a9e 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -46,7 +46,6 @@
<span style="margin-left: 5px">生化数据</span>
</span>
</template>
- <lisUi ref="lisUiRef"></lisUi>
</el-tab-pane>
<el-tab-pane label="用药记录" name="用药记录">
<template #label>
@@ -227,7 +226,9 @@
age: 0,
patientName: '',
patientGenderText: '',
- patientAvatarIcon: ''
+ patientAvatarIcon: '',
+ clientCode:''
+
})
QueryList(ps).then(res => {
console.log('----------------患者--------')
@@ -290,8 +291,8 @@
}
.el-table__body tr.current-row>td.el-table__cell {
- background: #E4F6DE;
- color: #5FCD00;
+ background: rgb(197.7, 225.9, 255);
+ color: #409EFF;
/* height: 25px; */
/* border: tomato solid 1px; */
}
--
Gitblit v1.8.0