|
@@ -19,8 +19,13 @@
|
|
|
<el-button class="blue-link" type="text" @click="toPage(scope.row)">{{ scope.row.AAA28 }}</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="AAA29" label="住院次数" width="100" />
|
|
|
+ <el-table-column prop="BRXM" label="患者姓名" width="100" />
|
|
|
<el-table-column prop="CWH" label="床号" width="100" />
|
|
|
+ <el-table-column prop="" label="整改状态" width="100">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{scope.row.correction_success_nums}} / {{scope.row.correction_total}}</span>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column prop="review_status" label="审核状态" width="100">
|
|
|
<template slot-scope="scope">
|
|
|
<div :class="`review-status-${scope.row.review_status}`">
|
|
@@ -51,21 +56,21 @@
|
|
|
>{{scope.row.home_ysz_score}} / {{scope.row.home_ysz_score_lv}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="" label="科室质控医师" width="120">
|
|
|
+ <el-table-column prop="" label="审核医师" width="120">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{Array.isArray(scope.row.ZKR) && scope.row.ZKR.map(item => item.ZKR).join(',') || ''}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="review_time" label="科室审核时间" width="160"/>
|
|
|
+ <el-table-column prop="review_time" label="审核时间" width="160"/>
|
|
|
<!-- <el-table-column prop="ZKY" label="审核问题数量" width="120" /> -->
|
|
|
- <el-table-column prop="in_hospital" label="是否在院" width="120">
|
|
|
+ <!-- <el-table-column prop="in_hospital" label="是否在院" width="120">
|
|
|
<template slot-scope="scope">
|
|
|
<span>{{scope.row.in_hospital == 1 ? '是' : '否'}}</span>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column prop="AAB01" label="入院时间" width="160"/>
|
|
|
<el-table-column prop="AAC01" label="出院时间" width="160"/>
|
|
|
- <el-table-column prop="AAC02C_name" label="出院科室" width="120" show-overflow-tooltip />
|
|
|
+ <el-table-column prop="BRKS_MC" label="病人科室" width="120" show-overflow-tooltip />
|
|
|
<el-table-column prop="GCYSMC" label="管床医师" width="120" />
|
|
|
<el-table-column prop="AEE03_name" label="主治医师" width="120" />
|
|
|
<el-table-column prop="YLZZ" label="诊疗组长" width="120" />
|