Commit e681e8f3 by wangshuangqing

添加分组类型

parent 52013ccb
...@@ -40,6 +40,14 @@ ...@@ -40,6 +40,14 @@
医疗付费方式:<span>{{ HistoryInfo.paymentType }}</span> 医疗付费方式:<span>{{ HistoryInfo.paymentType }}</span>
</div> </div>
</div> </div>
<div class="outpatientDetails_top_message_low">
<span class="outpatientDetails_top_message_low_tu4"
><img src="../assets/img/daoru.png" alt=""
/></span>
<div class="outpatientDetails_top_message_low_t4">
分组类型:<span>{{ HistoryInfo.disNature }}</span>
</div>
</div>
</div> </div>
</div> </div>
<div class="outpatientDetails_msg"> <div class="outpatientDetails_msg">
...@@ -463,6 +471,7 @@ export default { ...@@ -463,6 +471,7 @@ export default {
name: "", name: "",
healthyID: "", healthyID: "",
paymentType: "", paymentType: "",
disNature:'',
doctorName: "", doctorName: "",
rw: "", rw: "",
totalFee: "", totalFee: "",
...@@ -573,7 +582,7 @@ export default { ...@@ -573,7 +582,7 @@ export default {
justify-content: space-between; justify-content: space-between;
margin-top: 16px; margin-top: 16px;
&_left { &_left {
width: 33%; width: 25%;
height: 51px; height: 51px;
display: flex; display: flex;
justify-content: start; justify-content: start;
...@@ -606,7 +615,7 @@ export default { ...@@ -606,7 +615,7 @@ export default {
} }
} }
&_centert { &_centert {
width: 33%; width: 25%;
height: 51px; height: 51px;
display: flex; display: flex;
justify-content: start; justify-content: start;
...@@ -640,18 +649,14 @@ export default { ...@@ -640,18 +649,14 @@ export default {
} }
} }
&_right { &_right {
width: 33%; width: 25%;
height: 51px; height: 51px;
display: flex; display: flex;
justify-content: start; justify-content: start;
align-items: center; align-items: center;
background-color: #f3fafd; background-color: #f3fafd;
font-family: PingFang SC; font-family: PingFang SC;
// .iconfont {
// color: #2cabe3;
// padding-left: 29px;
// font-size: 23px;
// }
&_tu3 { &_tu3 {
padding-left: 29px; padding-left: 29px;
font-size: 23px; font-size: 23px;
...@@ -672,6 +677,35 @@ export default { ...@@ -672,6 +677,35 @@ export default {
} }
} }
} }
&_low {
width: 25%;
height: 51px;
display: flex;
justify-content: start;
align-items: center;
background-color: #f3fafd;
font-family: PingFang SC;
&_tu4 {
padding-left: 29px;
font-size: 23px;
}
&_t4 {
width: 80%;
height: 42px;
display: flex;
justify-content: start;
padding-left: 10px;
align-items: center;
background-color: #fff;
color: #abafb3;
font-size: 14px;
margin-left: 29px;
span {
color: #787e8a;
}
}
}
} }
} }
&_msg { &_msg {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment