| | |
| | | <span>{{ parseTime(scope.row.donatetime, '{y}-{m}-{d}') }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="案例编号" align="center" prop="donateno" /> |
| | | <el-table-column label="住院号" align="center" prop="donateno" /> |
| | | <el-table-column label="捐献姓名" align="center" prop="name" /> |
| | | <el-table-column label="捐献类别" align="center" prop="donationcategory" /> |
| | | <el-table-column label="捐献器官" align="center" prop="donateorgan" /> |
| | |
| | | this.showSelectionDialog = true; |
| | | }; |
| | | |
| | | /** |
| | | /** |
| | | this.reset(); |
| | | this.open = true; |
| | | this.title = "捐献案例器官费用情况"; |
| | |
| | | query: { id: row.id, operation: "update", data: row } |
| | | }); |
| | | |
| | | /** |
| | | /** |
| | | this.reset(); |
| | | const id = row.id || this.ids |
| | | getDonorcharge(id).then(response => { |