| | |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | |
| | | |
| | | </el-form> |
| | | |
| | | <el-row :gutter="10" class="mb8"> |
| | |
| | | > |
| | | <!-- <el-table-column type="selection" width="55" align="center" /> --> |
| | | |
| | | |
| | | |
| | | <el-table-column label="捐献者" width="100" align="center" prop="name" /> |
| | | |
| | | |
| | | <el-table-column |
| | | label="器官" |
| | | width="100" |
| | |
| | | <el-form-item label="捐献编号"> |
| | | <el-input |
| | | disabled |
| | | v-model="this.curCase.donorno" |
| | | v-model="this.curCase.caseNo" |
| | | placeholder="请输入随访描述" |
| | | /> </el-form-item |
| | | ></el-col> |
| | |
| | | |
| | | this.form.organid = row.id; |
| | | this.form.infoid = row.infoid; |
| | | this.curCase.donorno = row.donorno; |
| | | this.curCase.donorno = row.donorno; |
| | | this.curCase.caseNo = row.caseNo; |
| | | this.curCase.name = row.name; |
| | | this.curCase.transplanthospitalname = row.transplanthospitalname; |
| | | this.curCase.organname = row.organname; |
| | |
| | | }, |
| | | /** 修改按钮操作 */ |
| | | handleUpdate(row) { |
| | | this.curCase.donorno = row.donorno; |
| | | this.curCase.caseNo = row.caseNo; |
| | | this.curCase.name = row.name; |
| | | this.curCase.transplanthospitalname = row.transplanthospitalname; |
| | | this.curCase.organname = row.organname; |