<el-table ref="moviesTable" v-loading="loading" :data="tables" border style="width: 100%;" @row-click="handleRowClick" @selection-change="handleSelectionChange">
        

</el-table>

 

handleRowClick(row) {
                this.$refs.moviesTable.toggleRowSelection(row)
            },

 

相关文章:

  • 2022-12-23
  • 2022-03-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
  • 2021-09-15
相关资源
相似解决方案