diff --git a/public/sysConfig.json b/public/sysConfig.json index 5cf6547..28b264b 100644 --- a/public/sysConfig.json +++ b/public/sysConfig.json @@ -1,4 +1,4 @@ { - "apiurl": "http://140.143.162.39:9529", + "apiurl": "http://localhost:9530", "softName": "神豚体检管理系统" } \ No newline at end of file diff --git a/src/components/doctorCheck/CheckItemList.vue b/src/components/doctorCheck/CheckItemList.vue index 627160c..50d8cee 100644 --- a/src/components/doctorCheck/CheckItemList.vue +++ b/src/components/doctorCheck/CheckItemList.vue @@ -24,6 +24,11 @@
{{ dddw(resultStatus, 'id', scope.row.resultStatusId, 'dataInputPrompt') }}
+ + + @@ -468,9 +473,15 @@ export default { }) .then((res) => { // console.log("checkItemList", res.data); - if (res && res.code > -1) { + if (res && res.code > -1) { + + res.data.forEach((e, i) => { + // 虚拟显示危急状态 + e['criticalFlag'] = 'N' + }); + this.doctorCheck.checkItemList = res.data; - this.doctorCheck.checkItemList.forEach((e, i) => { + this.doctorCheck.checkItemList.forEach((e, i) => { if (this.doctorCheck.RegisterCheckEdit.completeFlag == '0') { this.madeTooltips(i) } else { diff --git a/src/components/itemSet/ReferenceRange.vue b/src/components/itemSet/ReferenceRange.vue index 05353d7..accc717 100644 --- a/src/components/itemSet/ReferenceRange.vue +++ b/src/components/itemSet/ReferenceRange.vue @@ -13,7 +13,8 @@ - + +