|
@@ -71,11 +71,7 @@
|
|
width="160"
|
|
width="160"
|
|
prop="created_at"
|
|
prop="created_at"
|
|
label="接收时间"
|
|
label="接收时间"
|
|
- >
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <span>{{scope.row.created_at ? moment(scope.row.created_at * 1000).format('YYYY-MM-DD HH:MM') : ''}}</span>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
|
|
+ />
|
|
<!-- <el-table-column
|
|
<!-- <el-table-column
|
|
prop="appeal_document"
|
|
prop="appeal_document"
|
|
label="申诉科室"
|
|
label="申诉科室"
|
|
@@ -93,13 +89,9 @@
|
|
</el-table-column> -->
|
|
</el-table-column> -->
|
|
<el-table-column
|
|
<el-table-column
|
|
width="160"
|
|
width="160"
|
|
- prop=""
|
|
|
|
|
|
+ prop="created_at"
|
|
label="质控时间"
|
|
label="质控时间"
|
|
- >
|
|
|
|
- <!-- <template slot-scope="scope">
|
|
|
|
- <span>{{scope.row.examine_time ? moment(scope.row.examine_time * 1000).format('YYYY-MM-DD HH:MM') : ''}}</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="" label="病历得分" width="120">
|
|
<!-- <el-table-column prop="" label="病历得分" width="120">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|