|
@@ -1,79 +1,76 @@
|
|
|
<template>
|
|
|
- <el-container>
|
|
|
- <el-main id="huanZheXinXiGaoDu">
|
|
|
- <el-row>
|
|
|
- <el-col :span="2" style="text-align: right">住院号:</el-col>
|
|
|
- <el-col :span="4">
|
|
|
- {{ huanZheXinXi.inpatientNo }}
|
|
|
- </el-col>
|
|
|
- <el-col :span="2" style="text-align: right">住院次数:</el-col>
|
|
|
- <el-col :span="4"> {{ huanZheXinXi.admissTimes }}</el-col>
|
|
|
- <el-col :span="2" style="text-align: right">床号:</el-col>
|
|
|
- <el-col :span="4"> {{ huanZheXinXi.bedNo }}</el-col>
|
|
|
- <el-col :span="2" style="text-align: right">身份证号:</el-col>
|
|
|
- <el-col :span="4">{{ huanZheXinXi.socialNo }}</el-col>
|
|
|
-
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col :span="2" style="text-align: right">姓名:</el-col>
|
|
|
- <el-col :span="4"> {{ huanZheXinXi.name }}</el-col>
|
|
|
- <el-col :span="2" style="text-align: right">性别:</el-col>
|
|
|
- <el-col :span="4"> {{ huanZheXinXi.sexName }}</el-col>
|
|
|
- <el-col :span="2" style="text-align: right">联系电话:</el-col>
|
|
|
- <el-col :span="4"> {{ huanZheXinXi.homeTel }}</el-col>
|
|
|
- <el-col :span="2" style="text-align: right">入院日期:</el-col>
|
|
|
- <el-col :span="4">
|
|
|
- <span>{{ huanZheXinXi.admissDate }}</span>
|
|
|
- <span>{{ huanZheXinXi.actIptDays }}天</span>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col :span="2" style="text-align: right">管床医生:</el-col>
|
|
|
- <el-col :span="4"> {{ huanZheXinXi.referPhysicianName }}</el-col>
|
|
|
- <el-col :span="2" style="text-align: right">病区:</el-col>
|
|
|
- <el-col :span="4"> {{ huanZheXinXi.admissWardName }}</el-col>
|
|
|
- <el-col :span="2" style="text-align: right">入院医生:</el-col>
|
|
|
- <el-col :span="4"> {{ huanZheXinXi.admissPhysicianName }}</el-col>
|
|
|
- <el-col :span="2" :title="huanZheXinXi.admissDiagStr"
|
|
|
- style="text-align: right">
|
|
|
- 入院诊断:
|
|
|
- </el-col>
|
|
|
- <el-col :span="4" :title="huanZheXinXi.admissDiagStr"
|
|
|
- style="overflow: hidden;white-space: nowrap;text-overflow: ellipsis;">
|
|
|
- {{ huanZheXinXi.admissDiagStr }}
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col :span="2" style="text-align: right">小科室:</el-col>
|
|
|
- <el-col :span="4"> {{ huanZheXinXi.smallDeptName }}</el-col>
|
|
|
- <el-col :span="2" style="text-align: right">登记日期:</el-col>
|
|
|
- <el-col :span="4"> {{ huanZheXinXi.ybRegisterDate }}</el-col>
|
|
|
- <el-col :span="2" style="text-align: right">身份:</el-col>
|
|
|
- <el-col :span="4"> {{ huanZheXinXi.medTypeName }}</el-col>
|
|
|
- <el-col :span="2" style="text-align: right">出生日期:</el-col>
|
|
|
- <el-col :span="4">
|
|
|
- <span>{{ huanZheXinXi.birthDate }}</span>
|
|
|
- <span>{{ huanZheXinXi.age }} 岁</span>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
- <el-col :span="2" style="text-align: right">总费用:</el-col>
|
|
|
- <el-col :span="4">
|
|
|
- <span>{{ huanZheXinXi.totalCharge }}</span>
|
|
|
- <span style="color: red">{{ huanZheXinXi.balance }}</span>
|
|
|
- </el-col>
|
|
|
- <el-col :span="2" style="text-align: right">药品占比:</el-col>
|
|
|
- <el-col :span="4"> {{ huanZheXinXi.yp }}</el-col>
|
|
|
- <el-col :span="2" style="text-align: right">检验检查:</el-col>
|
|
|
- <el-col :span="4"> {{ huanZheXinXi.jyjc }}</el-col>
|
|
|
- <el-col :span="2" style="text-align: right">医保:</el-col>
|
|
|
- <el-col :span="4">
|
|
|
- <span>{{ huanZheXinXi.chargeYb }}</span>
|
|
|
- <span>{{ huanZheXinXi.yb }}</span>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- </el-main>
|
|
|
- </el-container>
|
|
|
+ <div>
|
|
|
+ <el-row>
|
|
|
+ <el-col :span="2" style="text-align: right">住院号:</el-col>
|
|
|
+ <el-col :span="4">
|
|
|
+ {{ huanZheXinXi.inpatientNo }}
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="2" style="text-align: right">住院次数:</el-col>
|
|
|
+ <el-col :span="4"> {{ huanZheXinXi.admissTimes }}</el-col>
|
|
|
+ <el-col :span="2" style="text-align: right">床号:</el-col>
|
|
|
+ <el-col :span="4"> {{ huanZheXinXi.bedNo }}</el-col>
|
|
|
+ <el-col :span="2" style="text-align: right">身份证号:</el-col>
|
|
|
+ <el-col :span="4">{{ huanZheXinXi.socialNo }}</el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col :span="2" style="text-align: right">姓名:</el-col>
|
|
|
+ <el-col :span="4"> {{ huanZheXinXi.name }}</el-col>
|
|
|
+ <el-col :span="2" style="text-align: right">性别:</el-col>
|
|
|
+ <el-col :span="4"> {{ huanZheXinXi.sexName }}</el-col>
|
|
|
+ <el-col :span="2" style="text-align: right">联系电话:</el-col>
|
|
|
+ <el-col :span="4"> {{ huanZheXinXi.homeTel }}</el-col>
|
|
|
+ <el-col :span="2" style="text-align: right">入院日期:</el-col>
|
|
|
+ <el-col :span="4">
|
|
|
+ <span>{{ huanZheXinXi.admissDate }}</span>
|
|
|
+ <span>{{ huanZheXinXi.actIptDays }}天</span>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col :span="2" style="text-align: right">管床医生:</el-col>
|
|
|
+ <el-col :span="4"> {{ huanZheXinXi.referPhysicianName }}</el-col>
|
|
|
+ <el-col :span="2" style="text-align: right">病区:</el-col>
|
|
|
+ <el-col :span="4"> {{ huanZheXinXi.admissWardName }}</el-col>
|
|
|
+ <el-col :span="2" style="text-align: right">入院医生:</el-col>
|
|
|
+ <el-col :span="4"> {{ huanZheXinXi.admissPhysicianName }}</el-col>
|
|
|
+ <el-col :span="2" :title="huanZheXinXi.admissDiagStr"
|
|
|
+ style="text-align: right">
|
|
|
+ 入院诊断:
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="4" :title="huanZheXinXi.admissDiagStr"
|
|
|
+ style="overflow: hidden;white-space: nowrap;text-overflow: ellipsis;">
|
|
|
+ {{ huanZheXinXi.admissDiagStr }}
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col :span="2" style="text-align: right">小科室:</el-col>
|
|
|
+ <el-col :span="4"> {{ huanZheXinXi.smallDeptName }}</el-col>
|
|
|
+ <el-col :span="2" style="text-align: right">登记日期:</el-col>
|
|
|
+ <el-col :span="4"> {{ huanZheXinXi.ybRegisterDate }}</el-col>
|
|
|
+ <el-col :span="2" style="text-align: right">身份:</el-col>
|
|
|
+ <el-col :span="4"> {{ huanZheXinXi.medTypeName }}</el-col>
|
|
|
+ <el-col :span="2" style="text-align: right">出生日期:</el-col>
|
|
|
+ <el-col :span="4">
|
|
|
+ <span>{{ huanZheXinXi.birthDate }}</span>
|
|
|
+ <span>{{ huanZheXinXi.age }} 岁</span>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
+ <el-col :span="2" style="text-align: right">总费用:</el-col>
|
|
|
+ <el-col :span="4">
|
|
|
+ <span>{{ huanZheXinXi.totalCharge }}</span>
|
|
|
+ <span style="color: red">{{ huanZheXinXi.balance }}</span>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="2" style="text-align: right">药品占比:</el-col>
|
|
|
+ <el-col :span="4"> {{ huanZheXinXi.yp }}</el-col>
|
|
|
+ <el-col :span="2" style="text-align: right">检验检查:</el-col>
|
|
|
+ <el-col :span="4"> {{ huanZheXinXi.jyjc }}</el-col>
|
|
|
+ <el-col :span="2" style="text-align: right">医保:</el-col>
|
|
|
+ <el-col :span="4">
|
|
|
+ <span>{{ huanZheXinXi.chargeYb }}</span>
|
|
|
+ <span>{{ huanZheXinXi.yb }}</span>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </div>
|
|
|
</template>
|
|
|
|
|
|
<script>
|