|
@@ -75,6 +75,25 @@
|
|
|
<div>
|
|
|
医保:{{ props.huanZheXinXi.chargeYb }} {{ props.huanZheXinXi.yb }}
|
|
|
</div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="box">
|
|
|
+ <div>
|
|
|
+ 付费权重:{{ props.huanZheXinXi.groupInfoWeight }}
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ 分组结果:{{ props.huanZheXinXi.groupInfoName }}
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ 倍率(DRG):{{ props.huanZheXinXi.groupInfoBl }}
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ 盈亏额:{{ props.huanZheXinXi.groupInfoProfit }}
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ 标杆费用:{{ props.huanZheXinXi.groupInfoFeeStand }}
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-collapse-item>
|
|
@@ -110,7 +129,7 @@ const companyFunc = (val, company) => {
|
|
|
}
|
|
|
|
|
|
const collapseChange = async () => {
|
|
|
- let height = collapse.value === '1' ? 100 : 22
|
|
|
+ let height = collapse.value === '1' ? 130 : 22
|
|
|
emit('isShow', collapse.value === '1', height)
|
|
|
}
|
|
|
|