|
@@ -34,7 +34,8 @@
|
|
|
<div class="right-body">
|
|
|
<div class="patient-info-nk" v-if="active === 1">
|
|
|
<div class="patient-info">
|
|
|
- <el-descriptions style="width: 69vw; margin-top: 10px" title="患者信息" :column="3" border>
|
|
|
+ <span style="font-size: 20px;font-weight: 800">患者基本信息</span>
|
|
|
+ <el-descriptions style="width: 69vw;" :column="3" border>
|
|
|
<el-descriptions-item label="患者标识符" v-if="patientInfo">{{patientInfo.patientCode}}</el-descriptions-item>
|
|
|
<el-descriptions-item label="就诊卡号" v-if="patientInfo">{{patientInfo.cardNumber}}</el-descriptions-item>
|
|
|
<el-descriptions-item label="姓名" v-if="patientInfo">{{patientInfo.name}}</el-descriptions-item>
|
|
@@ -58,6 +59,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="patient-nk" style="margin-top: 10px">
|
|
|
+ <span style="font-size: 20px;font-weight: 800">亲属关系</span>
|
|
|
<el-table style="width:69vw;" height="calc(75vh - 270px)" :data="nkList" highlight-current-row>
|
|
|
<el-table-column label="姓名" align="center" prop="name"></el-table-column>
|
|
|
<el-table-column label="所属关系" align="center" prop="kinship"></el-table-column>
|
|
@@ -72,7 +74,8 @@
|
|
|
|
|
|
<div class="dg-info" v-if="active === 2">
|
|
|
<div class="pv">
|
|
|
- <el-descriptions :column="3" border style="width: 69vw; margin-top: 10px" title="就诊信息">
|
|
|
+ <span style="font-size: 20px;font-weight: 800">就诊信息</span>
|
|
|
+ <el-descriptions :column="3" border style="width: 69vw;" >
|
|
|
<el-descriptions-item label="患者类别">
|
|
|
<dict-tag :options="dict.type.patient_category" :value="pvList.patientCategory"></dict-tag>
|
|
|
</el-descriptions-item>
|
|
@@ -97,6 +100,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="dg" style="margin-top: 10px">
|
|
|
+ <span style="font-size: 20px;font-weight: 800">就诊结果</span>
|
|
|
<el-table style=" width:69vw;" height="calc(75vh - 270px)" :data="dgList" highlight-current-row>
|
|
|
<el-table-column label="诊断名称" align="center" prop="diagnosticName"></el-table-column>
|
|
|
<el-table-column label="诊断代码" align="center" prop="diagnosticCode"></el-table-column>
|