-
职业暴露管理
-
-
-
查询
+
-
-
-
-
+
+
+
+
+
+
+
{{ stats.total || 0 }}
+
总暴露数
+
+
+
+
+
+
+
{{ stats.blood || 0 }}
+
血液暴露
+
+
+
+
+
+
+
{{ stats.bodyFluid || 0 }}
+
体液暴露
+
+
+
+
+
+
+
{{ stats.followupRate || '0%' }}
+
随访率
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+ {{ exposureTypeText(row.exposureType) }}
+
+
+
-
-
-
+
+
+
+
+
+ {{ row.exposureLevel || '轻度' }}
+
+
+
+
+
+
+ {{ row.status==='COMPLETED'?'已完成':row.status==='IN_PROGRESS'?'处理中':'待处理' }}
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 轻度
+ 中度
+ 重度
+
+
+
+
+
+ 取消
+ 确定
+
+
+
diff --git a/healthlink-his-ui/src/views/infection/hygiene/index.vue b/healthlink-his-ui/src/views/infection/hygiene/index.vue
index 328d6859f..cf29fa154 100644
--- a/healthlink-his-ui/src/views/infection/hygiene/index.vue
+++ b/healthlink-his-ui/src/views/infection/hygiene/index.vue
@@ -1,31 +1,160 @@
-
手卫生监测
-
-
-
查询
+
+
手卫生管理
+
+ 刷新
+ 新增记录
+ 查看统计
+
-
-
-
-
-
-
-
-
-
-
- {{ {COMPLIANT:'达标',NON_COMPLIANT:'未达标'}[row.complianceStatus]||row.complianceStatus }}
+
+
+
+
+
+
+
{{ item.value }}
+
{{ item.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+ {{ row.complianceType==='COMPLIANT'?'依从':'不依从' }}
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+ 依从
+ 不依从
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 确定
+
+
+
+
+
+
+ {{ statsData.total || 0 }}
+ {{ statsData.compliant || 0 }}
+ {{ statsData.complianceRate || '0%' }}
+ {{ statsData.nonCompliant || 0 }}
+
+ 关闭
+
+
diff --git a/healthlink-his-ui/src/views/infection/resistant/index.vue b/healthlink-his-ui/src/views/infection/resistant/index.vue
index 7959ef602..dacfb16b4 100644
--- a/healthlink-his-ui/src/views/infection/resistant/index.vue
+++ b/healthlink-his-ui/src/views/infection/resistant/index.vue
@@ -1,28 +1,174 @@
-
多重耐药菌管理
-
-
-
查询
+
+
多重耐药菌监测
+
+ 刷新
+ 新增记录
+
-
+
+
+
+
+
+
+
{{ stats.total || 0 }}
+
耐药菌检出
+
+
+
+
+
+
+
{{ stats.isolated || 0 }}
+
已隔离
+
+
+
+
+
+
+
{{ stats.isolationRate || '0%' }}
+
隔离率
+
+
+
+
+
+
+
{{ stats.cureRate || '0%' }}
+
治愈率
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
-
-
-
-
- {{ {ISOLATED:'已隔离',NOT_ISOLATED:'未隔离',RELEASED:'已解除'}[row.isolationStatus]||row.isolationStatus }}
+
+
+ {{ bacteriaTypeText(row.bacteriaType) }}
+
-
+
+
+
+
+
+ {{ row.isolationStatus==='ISOLATED'?'已隔离':row.isolationStatus==='RELEASED'?'解除隔离':'未隔离' }}
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 已隔离
+ 未隔离
+
+
+
+
+
+ 取消
+ 确定
+
+
+
diff --git a/healthlink-his-ui/src/views/infection/surveillance/index.vue b/healthlink-his-ui/src/views/infection/surveillance/index.vue
index 61a820cd4..a756b3135 100644
--- a/healthlink-his-ui/src/views/infection/surveillance/index.vue
+++ b/healthlink-his-ui/src/views/infection/surveillance/index.vue
@@ -1,33 +1,194 @@
-
目标性监测
-
-
-
-
-
-
查询
+
+
目标性监测
+
+ 刷新
+ 新增监测
+ 导出报告
+
-
-
- {{ {ICU:'ICU感染',SSI:'手术部位',CLABSI:'导管相关',VAP:'呼吸机相关',CAUTI:'导尿管相关'}[row.surveillanceType]||row.surveillanceType }}
+
+
+
+
+
+
+
{{ item.value }}
+
{{ item.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+ {{ surveillanceTypeText(row.surveillanceType) }}
+
+
+
-
-
- {{ row.infectionRate }}%
+
+
+
+ {{ row.infectionCount }}
+
+
+
+
+
+
+ {{ row.infectionRate }}%
+
+
+
+
+
+
+
+
+ {{ row.status==='ONGOING'?'进行中':row.status==='COMPLETED'?'已完成':'已暂停' }}
+
+
-
+
+
+ 详情
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 确定
+
+
+
diff --git a/healthlink-his-ui/src/views/infection/warning/index.vue b/healthlink-his-ui/src/views/infection/warning/index.vue
index 2b475a422..dee5c2bf2 100644
--- a/healthlink-his-ui/src/views/infection/warning/index.vue
+++ b/healthlink-his-ui/src/views/infection/warning/index.vue
@@ -1,34 +1,181 @@
-
疫情预警
+
+
+
+
+
+
+
+
{{ stats.level1Count || 0 }}
+
一级预警
+
+
+
+
+
+
+
{{ stats.level2Count || 0 }}
+
二级预警
+
+
+
+
+
+
+
{{ stats.level3Count || 0 }}
+
三级预警
+
+
+
+
+
+
+
{{ stats.totalWarnings || 0 }}
+
总预警数
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
查询
+ 重置
-
-
-
+
+
+
+
+
- {{ {LEVEL1:'一级',LEVEL2:'二级',LEVEL3:'三级'}[row.warningLevel]||row.warningLevel }}
+ {{ {LEVEL1:'一级预警',LEVEL2:'二级预警',LEVEL3:'三级预警'}[row.warningLevel]||row.warningLevel }}
-
-
+
+
+
+ {{ row.caseCount }}
+
+
+
+
-
+
+
+
+
+
+ 详情
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 确定
+
+
+