Commit b3fdf099 by wangshuangqing

手术类型改成操作类型

parent fd01bd07
......@@ -109,19 +109,20 @@
</div>
<div class="outsetgrouping_centent_totalnum_left_text_msg1_text2">
<span>操作名称:{{ item.opsMapName }}</span>
<span>手术类型:{{ item.opsOrder }}</span>
<span>操作类型:{{ item.opsOrder }}</span>
</div>
</div>
<div class="outsetgrouping_centent_totalnum_left_text_msg2">
<div class="outsetgrouping_centent_totalnum_left_text_msg2_text3">
<span>分组编码:{{ item.code }}</span>
<span>入组名称:{{ item.coreName }}</span>
<span>基准点数:{{ item.score }}</span>
</div>
<div class="outsetgrouping_centent_totalnum_left_text_msg2_text4">
<!-- <div class="outsetgrouping_centent_totalnum_left_text_msg2_text4">
<span>主诊断编码:{{ item.disCode }}</span
><span>主操作编码:{{ item.opsCode }}</span
><span>基准点数:{{ item.score }}</span>
</div>
>
</div> -->
<div class="outsetgrouping_centent_totalnum_left_text_msg2_text5">
<span>预计DRG支付费用:{{ item.unitfee }}</span
><span>院内历年平均费用:{{ item.avgFee }}</span
......@@ -794,7 +795,7 @@ export default {
&_text3 {
// margin-bottom: 10px;
width: 100%;
height: 30%;
height: 45%;
display: flex;
justify-content: space-between;
......@@ -815,34 +816,35 @@ export default {
}
}
&_text4 {
margin-bottom: 10px;
width: 100%;
height: 30%;
margin-top: 10px;
display: flex;
justify-content: space-between;
span {
height: 100%;
width: 50%;
margin: 0px 10px;
background-color: #fff;
display: flex;
justify-content: start;
align-items: center;
font-size: 14px;
padding-left: 10px;
font-family: PingFang SC;
font-weight: 300;
color: #6a707e;
}
}
// &_text4 {
// margin-bottom: 10px;
// width: 100%;
// height: 30%;
// margin-top: 10px;
// display: flex;
// justify-content: space-between;
// span {
// height: 100%;
// width: 50%;
// margin: 0px 10px;
// background-color: #fff;
// display: flex;
// justify-content: start;
// align-items: center;
// font-size: 14px;
// padding-left: 10px;
// font-family: PingFang SC;
// font-weight: 300;
// color: #6a707e;
// }
// }
&_text5 {
margin-top: 10px;
margin-bottom: 10px;
width: 100%;
height: 30%;
height: 45%;
display: flex;
justify-content: space-between;
......
......@@ -56,7 +56,7 @@
/></span>
<span>分组:{{ HistoryInfo.doctorName }}</span>
<span>基准点数:{{ decimal(HistoryInfo.rw) }}</span>
<span>实际医保费用:{{ decimal(HistoryInfo.actualfee) }}</span>
<span>预计DRG支付费用:{{ decimal(HistoryInfo.actualfee) }}</span>
<span>总费用:{{ decimal(HistoryInfo.totalFee) }}</span>
<span>盈亏:{{ decimal(HistoryInfo.profitLoss) }}</span>
<span>院内历年平均费用:{{ decimal(HistoryInfo.avgFee) }}</span>
......@@ -118,8 +118,8 @@
:style="{ width: heightwidth + '%' }"
><span
class="outpatientDetails_fenqu_di_bb_div2_span3_t3"
:title="'高倍率区域:>' + Math.round(highMagnification)"
>高倍率区域:>{{ Math.round(highMagnification) }}</span
:title="'高倍率区域:>=' + Math.round(highMagnification)"
>高倍率区域:>={{ Math.round(highMagnification) }}</span
></span
>
</div>
......@@ -1201,7 +1201,7 @@ export default {
font-size: 20px;
font-family: PingFang SC;
font-weight: 400;
color: whiteff;
color: white;
}
&_cont {
font-size: 16px;
......
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