采取el-table对顺序进行回显

原创
小哥 3年前 (2022-11-16) 阅读数 87 #大杂烩

      // 设置prop值
       

this.$nextTick(() => {
     if (endTimeSort === 2) {
       return;
     }
     endTimeSort
       ? this.$refs.multipleTable.sort(endTime, ascending)
       : this.$refs.multipleTable.sort(endTime, descending);
 });
版权声明

所有资源都来源于爬虫采集,如有侵权请联系我们,我们将立即删除