ruoyi-实现表格按照属性排序

 
      ......
      
        
      
 
   /** 排序触发事件 */
    handleSortChange(column, prop, order) {
      this.queryParams.orderByColumn = column.prop;
      this.queryParams.isAsc = column.order;
      this.getList();
    },

你可能感兴趣的:(vue.js,javascript,elementui,ruoyi)