<el-table
      :data="tableData"
      style="width: 100%"
      height="600"
      ref="table"
      <el-table-column > </el-table-column>
</el-table>
this.$refs.table.sort('title','ascending');

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-25
  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
  • 2018-09-28
  • 2021-11-28
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案