Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-admin-consultation
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-admin-consultation
提交
ccac6fd4
提交
ccac6fd4
编写于
4月 15, 2024
作者:
zhaosheng.zhang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat: 问诊卡片--患者病情卡片
上级
ea17cb8a
变更
2
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
9 行增加
和
39 行删除
+9
-39
diagnosis-im.vue
src/views/IM/diagnosis-admin/diagnosis-im.vue
+7
-26
im.scss
src/views/IM/diagnosis-admin/im.scss
+2
-13
未找到文件。
src/views/IM/diagnosis-admin/diagnosis-im.vue
浏览文件 @
ccac6fd4
...
@@ -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"
>
...
...
src/views/IM/diagnosis-admin/im.scss
浏览文件 @
ccac6fd4
...
@@ -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
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录