# VUE el-table表格实现双击编辑,单机空白处放弃修改,回车提交修改 ### template ```html {{ scope.row[column.prop] }} ``` ### script ```js data() { return { // 数据量 total: 100, //