修改康复计划记录

This commit is contained in:
闫晓茹 2024-08-05 10:16:05 +08:00
parent 809cb0ec89
commit 25365bd9b9

View File

@ -1,8 +1,7 @@
<template>
<div class="header" v-if="signPatientRecordld != ''">
<div class="leftheader">
<div class="dataall">数据总览</div>
<div class="dataall" v-if="form">数据总览</div>
<div class="background">
<el-timeline>
<el-timeline-item
@ -228,14 +227,14 @@ export default {
listindex: 0,
manageRouteId: "",
namelist: [
{
name: "专病管理路径",
},
{
name: "手动创建任务",
},
],
// namelist: [
// {
// name: "",
// },
// {
// name: "",
// },
// ],
categorylist: [],
query: {
patientId: "",
@ -342,7 +341,6 @@ export default {
<style lang="scss" scoped>
::v-deep.el-timeline-item {
padding: 0 25px 0 12px;
// padding-left: 10px;
}
.cards {
border: 1px solid #008e78;
@ -350,40 +348,16 @@ export default {
}
.el-icon-tickets {
color: green;
// background: red;
}
.routeCheckStatus {
position: absolute;
right: 5px;
top: 85px;
}
.dataall {
color: #2fb0af;
background: #e9f5f3;
font-weight: 600;
height: 40px;
z-index: 1;
line-height: 40px;
position: fixed;
width: 20%;
padding-left: 14px;
// margin-left: -10px;
// top: 10px;
// left: 10px;
// margin: 0 0 10px 0;
// padding: 10px 10px 20px 20px;
}
.top {
// display: flex;
// justify-content: space-between;
// align-items: center;
// padding: 10px 10px 20px 0px;
.top {
.toptop {
color: #b2b1b5;
// display: flex;
// align-items: center;
}
.words {
font-weight: 600;
@ -394,18 +368,6 @@ export default {
height: 20px;
}
}
// span {
// padding: 0 4px;
// }
// i {
// font-size: 17px;
// }
// i:nth-child(2) {
// padding-left: 12px;
// }
}
::v-deep img {
width: 100%;
@ -415,7 +377,7 @@ export default {
height: 500px;
}
.bodytop {
width: 96%;
// width: 96%;
margin: 0 auto;
.titletop {
@ -431,7 +393,7 @@ export default {
img {
margin: 20px 0;
width: 100%;
// width: 100%;
}
.audiotop {
@ -525,23 +487,31 @@ export default {
}
}
}
.background {
// margin-top: 40px;
z-index: -1;
// background: red;
margin: 49px 0 0px -26px;
}
.leftheader {
height: calc(100vh - 352px);
z-index: 0;
width: 24%;
// margin-top: 13px;
// height: 450px;
// padding-right: 20px;
overflow: auto;
overflow: hidden;
//
overflow-x: hidden !important;
.dataall {
color: #2fb0af;
background: #e9f5f3;
font-weight: 600;
height: 40px;
z-index: 1;
line-height: 40px;
// position: fixed;
width: 100%;
padding-left: 10px;
}
.background {
// margin: 49px 0 0px -26px;
overflow: auto;
height: calc(100vh - 402px);
margin: 7px 0 0px -26px;
}
.selectitem {
background-color: #d2e9fc;
border-left: 2px solid #1890ff !important;