diff --git a/src/components/occDisease/OccDisease.vue b/src/components/occDisease/OccDisease.vue index fea1c64..fecfd3c 100644 --- a/src/components/occDisease/OccDisease.vue +++ b/src/components/occDisease/OccDisease.vue @@ -30,8 +30,8 @@
- 测试 - 删除 + 测试 + 删除 确定 关闭
@@ -131,9 +131,9 @@ export default { this.dataTransOpts.tableM.patient_past_medical_history = deepCopy(res.data['patientPastMedicalHistoryDtos']) this.dataTransOpts.tableM.patient_occupational_medical_history = deepCopy(res.data['patientOccupationalMedicalHistoryDtos']) this.dataTransOpts.tableM.patient_poison = deepCopy(res.data['patientPoisonDtos']) - this.dataTransOpts.tableM.patient_poison.forEach(e => { - e.poisonName = dddw(this.dict.poisonList,'id',e.poisonId,'displayName') - }); + // this.dataTransOpts.tableM.patient_poison.forEach(e => { + // e.poisonName = dddw(this.dict.poisonList,'id',e.poisonId,'displayName') + // }); this.dataTransOpts.tableM.patient_occupational_history = deepCopy(res.data['patientOccupationalHistoryDtos']) if (Array.isArray(res.data['patientSymptomDtos']) && res.data['patientSymptomDtos'].length > 0) { this.dataTransOpts.tableM.patient_symptom = deepCopy(res.data['patientSymptomDtos']) diff --git a/src/components/occDisease/OccDiseaseConclusion.vue b/src/components/occDisease/OccDiseaseConclusion.vue index 9f384c4..852956d 100644 --- a/src/components/occDisease/OccDiseaseConclusion.vue +++ b/src/components/occDisease/OccDiseaseConclusion.vue @@ -10,9 +10,9 @@ + size="small" :autosize="{ minRows: 8, maxRows: 8 }" :disabled="!checkPagePriv(pagePriv.privs, '职业健康检查结论')"> + size="small" :autosize="{ minRows: 8, maxRows: 8 }" :disabled="!checkPagePriv(pagePriv.privs, '职业健康检查结论')">
+
+
+ 新增综述 +
+
+