This commit is contained in:
2024-04-15 15:51:17 +08:00
parent af880a9876
commit e0560fdb20
2 changed files with 7 additions and 7 deletions

View File

@ -35,10 +35,10 @@
<div>患者电话{{ list.patientPhone }}</div>
<div style="width: 50%">出生日期{{ list.birthDate }}</div>
</div>
<!-- <div class="bottom">
<div>身份证号{{ list.cardNo }}</div>
<div style="width: 50%">住址{{ list.address }}</div>
</div> -->
<div class="bottom">
<div>问卷总分{{ questiondata.questionnaireTotalScore }}</div>
<div style="width: 50%">问卷得分{{ questiondata.totalScore }}</div>
</div>
</div>
</div>
<div class="bottomheader">
@ -404,7 +404,7 @@ export default {
display: flex;
flex-wrap: wrap;
padding: 10px 20px;
height: 55px;
height: 110px;
.top,
.bottom {

View File

@ -58,13 +58,13 @@
</el-table-column>
<el-table-column label="医院" align="center" prop="hospitalAgencyName" width='130' />
<el-table-column label="科室名称" align="center" prop="departmentName" width='130' />
<el-table-column label="患者健康状况" align="center" prop="patientHealthState">
<!-- <el-table-column label="患者健康状况" align="center" prop="patientHealthState">
<template slot-scope="scope">
{{ scope.row.patientHealthState == 'ABNORMAL' ? '异常' : '' }}
{{ scope.row.patientHealthState == 'GOOD' ? '良好' : '' }}
{{ scope.row.patientHealthState == 'BLACKLIST' ? '黑名单' : '' }}
</template>
</el-table-column>
</el-table-column> -->
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" fixed="right" width="200">
<template slot-scope="scope">
<el-button size="mini" type="text" @click="goQuestionnaireDetails(scope.row)">满意度问卷详情</el-button>