提交 ccac6fd4 编写于 作者: zhaosheng.zhang's avatar zhaosheng.zhang

feat: 问诊卡片--患者病情卡片

上级 ea17cb8a
...@@ -117,35 +117,15 @@ ...@@ -117,35 +117,15 @@
> >
<span>该消息类型PC端暂不支持</span> <span>该消息类型PC端暂不支持</span>
</div> </div>
<!-- 患者病情 -->
<div
v-if="item.showType == 12"
class="diagnosis-box"
>
<div class="title">
{{ item.title }}
</div>
<div class="dia-text">
<span class="label">患者:</span>
<span>{{ item.text.patientName }} {{ item.text.sex == 1 ? '男' : '女' }} {{ item.text.age }}</span>
</div>
<div class="dia-text">
<span class="label">病情描述:</span>
<span>{{ item.text.illnessDetail }}</span>
</div>
</div>
<!-- 安排接诊医生 --> <!-- 安排接诊医生 -->
<div <div
v-if="item.showType === 13" v-if="item.showType === 13"
class="time-box" class="time-box"
> >
<div class="physician-left">
{{ item.title }}
</div>
<div class="physician"> <div class="physician">
<div class="physician-left">
<img
:src="item.text.avatar"
alt
>
</div>
<div class="physician-right"> <div class="physician-right">
<div class="physician-right__top"> <div class="physician-right__top">
<span>{{ item.text.doctorName }}</span> <span>{{ item.text.doctorName }}</span>
...@@ -154,7 +134,7 @@ ...@@ -154,7 +134,7 @@
<div class="physician-right__center"> <div class="physician-right__center">
{{ item.text.hospital }} {{ item.text.hospital }}
</div> </div>
<div class="physician-right__bot"> <div class="physician-right__center">
擅长:{{ item.text.goodAt }} 擅长:{{ item.text.goodAt }}
</div> </div>
</div> </div>
...@@ -176,9 +156,10 @@ ...@@ -176,9 +156,10 @@
:src="item.url" :src="item.url"
/> />
</div> </div>
<!-- 问诊开始与病例模块 --> <!-- 问诊开始与病例模块 showType == 7-->
<!-- 患者病情 showType == 12-->
<div <div
v-if="item.showType == 7" v-if="item.showType == 7 || item.showType == 12"
class="diagnosis-box" class="diagnosis-box"
> >
<div class="title"> <div class="title">
......
...@@ -430,13 +430,8 @@ ...@@ -430,13 +430,8 @@
justify-content: flex-start; justify-content: flex-start;
&-left { &-left {
img { font-weight: 600;
display: inline-block; padding-bottom: 10px;
width: 36px;
height: 36px;
border-radius: 18px;
margin-right: 8px;
}
} }
&-right { &-right {
...@@ -444,7 +439,6 @@ ...@@ -444,7 +439,6 @@
span { span {
&:nth-child(1) { &:nth-child(1) {
font-size: 14px; font-size: 14px;
font-weight: 500;
} }
&:nth-child(2) { &:nth-child(2) {
...@@ -453,14 +447,9 @@ ...@@ -453,14 +447,9 @@
} }
} }
&__bot,
&__center { &__center {
color: #999999; color: #999999;
} }
&__center {
padding-bottom: 5px;
}
} }
} }
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)} @-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册