| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="系统编号" |
| | | align="center" |
| | | width="120" |
| | | prop="caseno" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-input v-model="scope.row.caseno" placeholder="系统编号" /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="amount" |
| | | align="center" |
| | | label="实收金额" |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | label="受体姓氏" |
| | | align="center" |
| | | width="120" |
| | | prop="name" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-input v-model="scope.row.name" placeholder="受体姓氏" /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="organtime" |
| | | align="center" |
| | | label="移植时间" |