update() { const sort = this.appConfig.sort$.value; const matches = sort.sortBy === this.prop; this.asc = matches && sort.order < 0; this.desc = matches ...
確定! 回上一頁