| | |
| | | <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" /> |
| | |
| | | v-hasPermi="['system:donorcharge:edit']">修改</el-button> |
| | | <el-button size="mini" type="text" icon="el-icon-edit" @click="handleDetail(scope.row)" |
| | | v-hasPermi="['system:donorcharge:edit']">详情</el-button> |
| | | <el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)" |
| | | v-hasPermi="['system:donorcharge:remove']">删除</el-button> |
| | | <el-button size="mini" type="text" @click="handleDelete(scope.row)" |
| | | v-hasPermi="['system:donorcharge:remove']"><span class="button-delete" |
| | | ><i class="el-icon-delete"></i>删除</span |
| | | ></el-button> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | |
| | | curdonorinfo = item; |
| | | } |
| | | }); |
| | | console.log(curdonorinfo,'curdonorinfo'); |
| | | this.showSelectionDialog = false; |
| | | this.$router.push({ |
| | | path: "/finance/donorchargedetail/", |
| | |
| | | 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 => { |
| | |
| | | } |
| | | }; |
| | | </script> |
| | | <style scoped> |
| | | /* @import url(); 引入公共css类 */ |
| | | .button-delete{ |
| | | color: rgb(236, 69, 69); |
| | | } |
| | | </style> |