Commit 19f217ba by 唐玉峰

.

parent 31795979
......@@ -53,18 +53,18 @@
当前入组编码:<span>{{ casehisObj ? casehisObj.drgs.code : "" }}</span>
</div>
</div>
<div class="outsetgrouping_top2_message_centert">
<div class="outsetgrouping_top2_message_right">
<span class="outsetgrouping_top2_message_centert_tu5"><img src="../assets/img/daoru.png" alt="" /></span>
<div class="outsetgrouping_top2_message_centert_t2">
入组名称:<span>{{ casehisObj ? casehisObj.drgs.name : "" }}</span>
</div>
</div>
<div class="outsetgrouping_top2_message_right">
<!-- <div class="outsetgrouping_top2_message_right">
<span class="outsetgrouping_top2_message_right_tu6"><img src="../assets/img/jiner.png" alt="" /></span>
<div class="outsetgrouping_top2_message_right_t3">
预计DIP支付费用:<span>{{ casehisObj ? casehisObj.drgs.actualfee : "" }}</span>
</div>
</div>
</div> -->
</div>
</div>
<div class="outsetgrouping_top3"></div>
......@@ -102,8 +102,8 @@
<div class="outsetgrouping_centent_totalnum_left_text_msg2_text3">
<span>入组编码:{{ item.code }}</span>
<span>入组名称:{{ item.coreName }}</span>
<span>病种分值:{{ item.score }}</span>
<span>预计DIP支付费用:{{ item.unitfee }}</span>
<!-- <span>病种分值:{{ item.score }}</span> -->
<!-- <span>预计DIP支付费用:{{ item.unitfee }}</span> -->
</div>
<!-- <div class="outsetgrouping_centent_totalnum_left_text_msg2_text5">
......@@ -842,7 +842,7 @@ export default {
&_message {
display: flex;
justify-content: space-between;
justify-content: start;
margin-top: 10px;
margin-bottom: 16px;
......
......@@ -57,10 +57,10 @@
<span class="outpatientDetails_msg_tu4"><img src="../assets/img/zu.png" alt="" /></span>
<span>分组编码:{{ HistoryInfo.coreCode }}</span>
<span :title="HistoryInfo.coreName">分组名称:{{ HistoryInfo.coreName }}</span>
<span>病种分值:{{ decimal(HistoryInfo.rw) }}</span>
<span>预计DIP支付费用:{{ decimal(HistoryInfo.actualfee) }}</span>
<!-- <span>病种分值:{{ decimal(HistoryInfo.rw) }}</span>
<span>预计DIP支付费用:{{ decimal(HistoryInfo.actualfee) }}</span> -->
<span>总费用:{{ decimal(HistoryInfo.totalFee) }}</span>
<span>预计盈亏:{{ decimal(HistoryInfo.profitLoss) }}</span>
<!-- <span>预计盈亏:{{ decimal(HistoryInfo.profitLoss) }}</span> -->
<!-- <span>院内历年平均费用:{{ decimal(HistoryInfo.avgFee) }}</span>
<span>院内历年平均住院天数:{{ decimal(HistoryInfo.days) }}</span> -->
</div>
......@@ -825,7 +825,7 @@ export default {
-o-text-overflow: ellipsis;
}
span:nth-child(2) {
flex: 1;
width: 250px;
margin-left: 21px;
height: 39px;
background-color: #fff;
......@@ -839,7 +839,7 @@ export default {
align-items: center;
}
span:nth-child(4) {
flex: 1;
width: 250px;
height: 39px;
background-color: #fff;
font-size: 14px;
......
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