|
@@ -17,7 +17,14 @@
|
|
|
</el-descriptions>
|
|
|
</div>
|
|
|
<div class="contentx" v-if="patientJson!=null">
|
|
|
- <div class="desct" > 患者信息</div>
|
|
|
+ <div class="desct" >
|
|
|
+ <span v-if="patientInfo">
|
|
|
+ {{ patientInfo }}
|
|
|
+ </span>
|
|
|
+ <span v-else>
|
|
|
+ 患者信息
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
<el-descriptions title="" :column="3" border >
|
|
|
<el-descriptions-item label="患者名称"><span >{{patientJson.name}}</span></el-descriptions-item>
|
|
|
<el-descriptions-item label="患者性别">
|
|
@@ -48,6 +55,7 @@ import { listTestReport, getTestReport, delTestReport, addTestReport, updateTest
|
|
|
props:["data"],
|
|
|
data() {
|
|
|
return {
|
|
|
+ patientInfo: process.env.VUE_APP_PATIENT_INFO,
|
|
|
item:null,
|
|
|
formJson:null,
|
|
|
conditioningPlanJson:null,
|