| | |
| | | :default-sort="{ prop: 'donatetime', order: 'descending' }" |
| | | > |
| | | <el-table-column label="姓名" align="center" prop="name" width="100" /> |
| | | |
| | | <el-table-column |
| | | label="案例时间" |
| | | label="捐献编号" |
| | | align="center" |
| | | prop="donatetime" |
| | | width="100" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span>{{ parseTime(scope.row.donatetime, "{y}-{m}-{d}") }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | prop="caseNo" |
| | | width="200" |
| | | /> |
| | | <el-table-column |
| | | label="住院号" |
| | | align="center" |
| | |
| | | /> |
| | | </div> |
| | | <div v-else><el-button type="danger" plain>任务终止</el-button></div> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="捐献类别" |
| | | align="center" |
| | | prop="donationcategory" |
| | | width="150" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <dict-tag |
| | | :options="dict.type.sys_DonationCategory" |
| | | :value="scope.row.donationcategory" |
| | | /> |
| | | </template> |
| | | </el-table-column> |
| | | |
| | |
| | | }} |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | <!-- <el-table-column |
| | | label="GCS评分" |
| | | align="center" |
| | | prop="gcsScore" |
| | | width="100" |
| | | /> |
| | | /> --> |
| | | <el-table-column label="血型" align="center" prop="bloodtype" width="100"> |
| | | <template slot-scope="scope"> |
| | | <dict-tag |
| | |
| | | /> |
| | | </template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column |
| | | label="捐献类别" |
| | | align="center" |
| | | prop="donationcategory" |
| | | width="150" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <dict-tag |
| | | :options="dict.type.sys_DonationCategory" |
| | | :value="scope.row.donationcategory" |
| | | /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="传染病" align="center" prop="infectious"> |
| | | <template slot-scope="scope"> |
| | | <span v-for="item in scope.row.infectious.split(',')" |
| | |
| | | width="100" |
| | | /> |
| | | <el-table-column |
| | | label="上报时间" |
| | | align="center" |
| | | prop="donatetime" |
| | | width="100" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span>{{ parseTime(scope.row.donatetime, "{y}-{m}-{d}") }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="操作" |
| | | width="220" |
| | | align="center" |