From dba35da1464da400196cc48094bb3b100e152941 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com>
Date: Tue, 9 Apr 2024 13:10:50 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/manage/components/visitRecords.vue | 2 +-
.../system/ManuallyCreatingTasks/index.vue | 23 ++++++++++++++++---
2 files changed, 21 insertions(+), 4 deletions(-)
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 {