Browse Source

drg分组测算

DESKTOP-0GD05B0\Administrator 2 years ago
parent
commit
012f4fcd7b

+ 20 - 1
src/components/zhu-yuan-yi-sheng/HuanZheXinXi.vue

@@ -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)
 }
 

+ 3 - 3
src/views/hospitalization/zhu-yuan-yi-sheng/electronic-medical-record/EmrMain.vue

@@ -292,10 +292,10 @@
         创建人:{{ createName }}
       </el-tag>
       <el-tag effect="dark" type="success">
-        当前登录:{{ userData.name }}
+        当前人:{{ userData.name }}
       </el-tag>
       <el-tag effect="dark" type="warning">
-        医生等级:{{ doctorLevel }}
+        当前等级:{{ doctorLevel }}
       </el-tag>
       <el-tag effect="dark" type="danger">
         模式:{{ editorMode ? '只读' : '自由修改' }}
@@ -1336,7 +1336,7 @@ defineExpose({
 .creator_prompt {
   position: fixed;
   width: max-content;
-  top: 5px;
+  bottom: 5px;
   right: 5px;
   background-color: white;
   z-index: 99;