// 排序
      this.Data.sort((a, b) => {
        return a.legend.localeCompare(b.legend)
      })

 

相关文章: