-

-

+

+
{{ list.patientName ? list.patientName : "" }}
@@ -45,27 +35,17 @@
{{ list.visitMethod == "OUTPATIENT_SERVICE" ? "门诊" : "" }}
{{ list.visitMethod == "BE_IN_HOSPITAL" ? "住院" : "" }}
-
+
公众号
-
+
小程序
-
+
管理端
@@ -93,34 +73,23 @@
{{
- list.mainDiagnosis
- }}
+ list.mainDiagnosis
+ }}
-
+
{{
- list.surgicalName
- }}
+ list.surgicalName
+ }}
-
+
-
+
@@ -131,6 +100,7 @@
@@ -143,14 +113,16 @@ import {
} from '@/api/manage/Auditing.js'
import { getAge } from "@/utils/age";
import portrait from '../components/portrait.vue'
+import PathReview from '../components/PathReview.vue'
export default {
components: {
- portrait
+ portrait,
+ PathReview
},
name: "Auditing",
data() {
return {
- activeNametab: 'portrait',//切换
+ activeNametab: 'route',//切换
baseUrl: process.env.VUE_APP_BASE_API,
activeNames: ['-1', '-2', '-3'],
list: {},
@@ -259,6 +231,7 @@ export default {
::v-deep .el-tabs__nav {
padding-left: 15px;
}
+
::v-deep .el-tabs__active-bar {
left: 15px;
}
@@ -267,15 +240,19 @@ export default {
width: 100%;
height: 500px;
}
+
::v-deep .el-collapse-item__header {
font-size: 16px;
font-weight: bold;
}
+
.topfooter {
background: #fff;
width: 98%;
margin: 0 auto;
- padding: 20px 0;
+ height: 60px;
+ padding: 20px 0 0;
+
.right {
/* float: right; */
padding: 10px 10px 0 0;
diff --git a/src/views/manage/components/PathReview.vue b/src/views/manage/components/PathReview.vue
new file mode 100644
index 0000000..7ed228e
--- /dev/null
+++ b/src/views/manage/components/PathReview.vue
@@ -0,0 +1,161 @@
+
+
+
+
+
+
+
+

+

+
+ {{ list.patientName ? list.patientName : "" }}
+
+
+
+ {{ list.sex == "MALE" ? "男" : "" }}
+ {{ list.sex == "FEMALE" ? "女" : "" }}
+
+ |
+ {{ list.age }}岁
+
+
+
+
+ {{ list.visitMethod == "OUTPATIENT_SERVICE" ? "门诊" : "" }}
+ {{ list.visitMethod == "BE_IN_HOSPITAL" ? "住院" : "" }}
+
+
+

+
公众号
+
+
+

+
小程序
+
+
+

+
管理端
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/manage/labelfieldcontent/index.vue b/src/views/manage/labelfieldcontent/index.vue
index 0bc1790..7afa5a0 100644
--- a/src/views/manage/labelfieldcontent/index.vue
+++ b/src/views/manage/labelfieldcontent/index.vue
@@ -53,7 +53,8 @@