Commit b3fdf099 by wangshuangqing

手术类型改成操作类型

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