diff --git a/src/api/manage/Auditing.js b/src/api/manage/Auditing.js index 8749412..0b8ac9a 100644 --- a/src/api/manage/Auditing.js +++ b/src/api/manage/Auditing.js @@ -50,3 +50,12 @@ export function updateRouteCheckStatus(data) { data }) } + + +//画像信息接口 +export function getPortaitInfo(patientId) { + return request({ + url: `/manage/signRecord/getPortaitInfo/${patientId}`, + method: 'get', + }) +} \ No newline at end of file diff --git a/src/assets/pathReview/shoushu.png b/src/assets/pathReview/shoushu.png new file mode 100644 index 0000000..12ddfb9 Binary files /dev/null and b/src/assets/pathReview/shoushu.png differ diff --git a/src/views/manage/Auditing/index.vue b/src/views/manage/Auditing/index.vue index 8a61252..f3d614e 100644 --- a/src/views/manage/Auditing/index.vue +++ b/src/views/manage/Auditing/index.vue @@ -326,12 +326,12 @@ export default { display: flex; justify-content: space-evenly; // padding: 20px 0; - height: calc(100vh - 119px); + height: calc(100vh - 159px); .cardleft { width: 35%; background-color: #fff; - overflow: scroll; + overflow: auto; padding: 20px; .title { @@ -383,7 +383,7 @@ export default { } .cardright { - overflow: scroll; + overflow: auto; background-color: #fff; width: 62%; padding: 20px; diff --git a/src/views/manage/components/PathReview.vue b/src/views/manage/components/PathReview.vue index 3d4c0a0..9de3b5d 100644 --- a/src/views/manage/components/PathReview.vue +++ b/src/views/manage/components/PathReview.vue @@ -48,77 +48,58 @@
- hover 激活 + {{ list.mainDiagnosis ? list.mainDiagnosis : '' }}
-
+ +
+ +
- + - hover 激活 - -
-
-
-
- - - hover 激活 - -
-
-
-
- - - hover 激活 + {{ list.surgicalName }}
-
+
- 每日2次 - 1片 - - - - + + {{ item.APPLYFREQUENCY ? item.APPLYFREQUENCY : '' }} + + + {{ item.DOSAGE ? item.DOSAGE : '' }} + + + {{ item.CONTRAINDICATIONS ? item.CONTRAINDICATIONS : '' }} + + + {{ item.APPLYFREQUENCY ? item.APPLYFREQUENCY : '' }} + + + {{ item.APPLYREMARK ? item.APPLYREMARK : '' }} + + + {{ item.APPLYWAY ? item.APPLYWAY : '' }} +
- hover 激活 - -
-
-
-
- - - 每日2次 - 1片 - - - - - -
- - - hover 激活 + {{ item.DRUGNAME ? item.DRUGNAME : '' }}
@@ -126,19 +107,15 @@
-
+
- hover 激活 + {{ item.CONSULTATIONDATE ? item.CONSULTATIONDATE : '' }} -
-
-
-
- + - hover 激活 + {{ item.CONSULTATIONDEPARTMENT ? ' | ' + item.CONSULTATIONDEPARTMENT : '' }}
@@ -339,7 +316,8 @@ import { getByPatientId, getRouteAuditinfo, - getRouteNodeInfo + getRouteNodeInfo, + getPortaitInfo } from '@/api/manage/Auditing.js' import { getAge } from "@/utils/age"; import questionopennew from './questionopennew.vue'; @@ -381,7 +359,7 @@ export default { spinner: 'el-icon-loading', background: 'rgba(255, 255, 255, 0.7)' }); - getByPatientId(this.$route.query.patientId).then(res => { + getPortaitInfo(this.$route.query.patientId).then(res => { res.data.birthDate ? res.data.age = getAge(res.data.birthDate) : '' this.list = res.data }) @@ -497,7 +475,7 @@ export default { width: 100%; background-color: #fff; padding: 0 10px; - margin-bottom: 12px; + margin-top: 12px; border-radius: 6px; } @@ -546,7 +524,7 @@ export default { display: flex; justify-content: space-evenly; // padding: 20px 0; - height: calc(100vh - 119px); + height: calc(100vh - 159px); .cardleft { width: 35%; @@ -606,7 +584,7 @@ export default { overflow: auto; background-color: rgb(241, 243, 245); width: 62%; - padding: 10px; + padding: 10px 0; font-size: 14px; .nodetitle {