diff --git a/src/views/manage/components/visitRecords.vue b/src/views/manage/components/visitRecords.vue
index f76c12d..4bed5d4 100644
--- a/src/views/manage/components/visitRecords.vue
+++ b/src/views/manage/components/visitRecords.vue
@@ -74,7 +74,7 @@
手术方式:{{ recordlist.operationWay }}
-
{{ categoryItem.outpatientVisitInfo }}
+
{{ categoryItem.inhospitalInfo }}
diff --git a/src/views/system/ManuallyCreatingTasks/index.vue b/src/views/system/ManuallyCreatingTasks/index.vue
index deaf294..a533e1c 100644
--- a/src/views/system/ManuallyCreatingTasks/index.vue
+++ b/src/views/system/ManuallyCreatingTasks/index.vue
@@ -22,6 +22,10 @@
+
+ 管理路径节点({{ list.length }})
+
+
@@ -40,7 +44,6 @@
-
@@ -115,7 +118,7 @@ export default {
this.listindex = index
},
additem(item) {
- item.push({
+ this.list.push({
})
},
delitem(item, index) {
@@ -141,7 +144,21 @@ export default {
background-color: #fff;
height: 700px;
width: 25%;
- padding: 20px 40px 0 0;
+ padding: 0 40px 0 40px;
+ background-color: #fff;
+ overflow: scroll;
+
+ .timetitle {
+ height: 60px;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ }
+
+ ::v-deep .el-timeline {
+ width: 100%;
+ padding: 15px 0 0 !important;
+ }
}
.nodetexts {