| | |
| | | <template slot-scope="scope"> |
| | | <el-input |
| | | v-model="scope.row.name" |
| | | :disabled="true" |
| | | placeholder="受体姓氏" |
| | | /> |
| | | </template> |
| | |
| | | "organname", |
| | | "caseno", |
| | | "amounttime", |
| | | "organcharge", |
| | | "name", |
| | | "hospitalname", |
| | | "organtime", |
| | | "remark" |
| | | "remark", |
| | | 'organchargedesc' |
| | | ]; |
| | | columns.forEach((column, index) => { |
| | | if (index === 0) { |
| | |
| | | text-align: center; |
| | | } |
| | | } |
| | | ::v-deep .el-input.is-disabled .el-input__inner { |
| | | background-color: #F5F7FA; |
| | | border-color: #dfe4ed; |
| | | color: #000000; |
| | | cursor: not-allowed; |
| | | } |
| | | |
| | | ::v-deep .el-input--medium .el-input__inner { |
| | | height: 36px; |