diff --git a/src/views/canteen/healthCenter/examinationReport/index.vue b/src/views/canteen/healthCenter/examinationReport/index.vue index 6c2fac73..6323eb85 100644 --- a/src/views/canteen/healthCenter/examinationReport/index.vue +++ b/src/views/canteen/healthCenter/examinationReport/index.vue @@ -153,13 +153,10 @@
|
- 用户姓名:测试操作员
+ 用户姓名:{{personData.nickName}}
|
- 性别:男
- |
-
- 年龄:未知
+ 性别:{{personData.sex==2?'未知':(personData.sex==0?'男':'女')}}
|
检验机构:
@@ -322,7 +319,7 @@
import { dictHealthChronicApi,getHealthSciencePageApi,addHealthScienceApi,editHealthScienceApi,delHealthScienceApi,getHealthInfoPageApi
,getModelListApi,getHealthInfoDetailApi,getModelByIdApi,addReportApi,getReportApi,delReportListApi,getReportByIdApi } from "@/api/healthCenter/index";
import { imgUpLoadTwo } from '@/api/system/upload'
-
+ import { decryptWithSM4,encryptWithSM4 } from '@/utils/sm';
export default {
name: "",
dicts: [],
@@ -489,6 +486,9 @@ export default {
// }
getHealthInfoPageApi(param).then(response => {
this.tableListData = response.rows;
+ this.tableListData.forEach(item=>{
+ this.$set(item,"mobile",decryptWithSM4(item.mobile))
+ });
this.total = Number(response.total);
this.loading = false;
});
diff --git a/src/views/canteen/healthCenter/healthRecords/index.vue b/src/views/canteen/healthCenter/healthRecords/index.vue
index 2c616038..9e5fc30c 100644
--- a/src/views/canteen/healthCenter/healthRecords/index.vue
+++ b/src/views/canteen/healthCenter/healthRecords/index.vue
@@ -106,7 +106,7 @@
|