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 }}
- hover 激活
-
-
-
- hover 激活
+ {{ item.DRUGNAME ? item.DRUGNAME : '' }}
- hover 激活
+ {{ item.CONSULTATIONDATE ? item.CONSULTATIONDATE : '' }}
-
+
- hover 激活
+ {{ item.CONSULTATIONDEPARTMENT ? ' | ' + item.CONSULTATIONDEPARTMENT : '' }}