| | |
| | | <el-table-column |
| | | align="center" |
| | | type="selection" |
| | | :reserve-selection="options.reserveSelection" |
| | | v-if="options.multiSelect && !isEdit" |
| | | style="width: 55px;" |
| | | :selectable="selectHandle" |
| | |
| | | tableCellMerge: false, |
| | | cancelRunCreated: false, // 是否执行created()内容 |
| | | isGenerateId: false, |
| | | isGenerateField: 'id' |
| | | isGenerateField: 'id', |
| | | reserveSelection: false, |
| | | } |
| | | }, |
| | | // table自适应高度底部高度 |
| | |
| | | this.multipleSelection = selection |
| | | this.$emit('handleSelectionChange', selection) |
| | | } */ |
| | | this.$emit('shoudonggouxuan',row) |
| | | }, |
| | | handleSelectionChange(val) { |
| | | this.multipleSelection = val |