| | |
| | | /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="传染病" |
| | | align="center" |
| | | prop="infectious" |
| | | width="180" |
| | | /> |
| | | <el-table-column label="传染病" align="center" prop="infectious"> |
| | | <template slot-scope="scope"> |
| | | <span v-for="item in scope.row.infectious.split(',')" |
| | | ><dict-tag :options="dict.type.sys_Infectious" :value="item" /> |
| | | </span> |
| | | </template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column |
| | | label="首诊医院" |
| | |
| | | "sys_donornode", |
| | | "sys_BloodType", |
| | | "sys_EthicalReview", |
| | | 'sys_Infectious', |
| | | "sys_BaseAssessConclusion" |
| | | ], |
| | | data() { |