|
@@ -6,10 +6,28 @@
|
|
|
style="width: 100%"
|
|
|
>
|
|
|
<el-table-column type="index" label="#" width="80" />
|
|
|
+ <el-table-column
|
|
|
+ prop="sum_minus_points"
|
|
|
+ label="病历得分"
|
|
|
+ width="80"
|
|
|
+ show-overflow-tooltip
|
|
|
+ />
|
|
|
+ <el-table-column
|
|
|
+ prop="home_minus_points"
|
|
|
+ label="首页得分"
|
|
|
+ width="80"
|
|
|
+ show-overflow-tooltip
|
|
|
+ />
|
|
|
+ <el-table-column
|
|
|
+ prop="BLZT"
|
|
|
+ label="病历状态"
|
|
|
+ width="100"
|
|
|
+ show-overflow-tooltip
|
|
|
+ />
|
|
|
<el-table-column
|
|
|
prop=""
|
|
|
label="住院号码"
|
|
|
- width="200"
|
|
|
+ width="100"
|
|
|
show-overflow-tooltip
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
@@ -19,19 +37,19 @@
|
|
|
<el-table-column
|
|
|
prop="AAA01"
|
|
|
label="姓名"
|
|
|
- width="140"
|
|
|
+ width="100"
|
|
|
show-overflow-tooltip
|
|
|
/>
|
|
|
<el-table-column
|
|
|
prop="CH"
|
|
|
label="床号"
|
|
|
- width="140"
|
|
|
+ width="100"
|
|
|
show-overflow-tooltip
|
|
|
/>
|
|
|
<el-table-column
|
|
|
prop="AAA29"
|
|
|
label="住院次数"
|
|
|
- width="140"
|
|
|
+ width="100"
|
|
|
show-overflow-tooltip
|
|
|
/>
|
|
|
<el-table-column
|
|
@@ -49,49 +67,31 @@
|
|
|
<el-table-column
|
|
|
prop="AAB01"
|
|
|
label="入院时间"
|
|
|
- width="200"
|
|
|
+ width="140"
|
|
|
show-overflow-tooltip
|
|
|
/>
|
|
|
<el-table-column
|
|
|
prop="AAC01"
|
|
|
label="出院时间"
|
|
|
- width="200"
|
|
|
+ width="140"
|
|
|
show-overflow-tooltip
|
|
|
/>
|
|
|
<el-table-column
|
|
|
prop="ZKY"
|
|
|
label="质控员"
|
|
|
- width="140"
|
|
|
+ width="100"
|
|
|
show-overflow-tooltip
|
|
|
/>
|
|
|
<el-table-column
|
|
|
prop="ZGQR"
|
|
|
label="整改日期"
|
|
|
- width="200"
|
|
|
- show-overflow-tooltip
|
|
|
- />
|
|
|
- <el-table-column
|
|
|
- prop="BLZT"
|
|
|
- label="病历状态"
|
|
|
- width="140"
|
|
|
- show-overflow-tooltip
|
|
|
- />
|
|
|
- <el-table-column
|
|
|
- prop="sum_minus_points"
|
|
|
- label="总扣分"
|
|
|
- width="140"
|
|
|
- show-overflow-tooltip
|
|
|
- />
|
|
|
- <el-table-column
|
|
|
- prop="home_minus_points"
|
|
|
- label="首页扣分"
|
|
|
width="140"
|
|
|
show-overflow-tooltip
|
|
|
/>
|
|
|
<el-table-column
|
|
|
prop="ZKKS"
|
|
|
label="质控科室"
|
|
|
- width="200"
|
|
|
+ width="140"
|
|
|
show-overflow-tooltip
|
|
|
/>
|
|
|
</el-table>
|