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

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

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