From b9bea44cf5af2ebf17157c46c43a48475d9abfec Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Wed, 01 Aug 2018 09:07:42 +0800 Subject: [PATCH] 菜单更新 --- src/app/routes/home-page/home-page/home-page.component.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/app/routes/home-page/home-page/home-page.component.html b/src/app/routes/home-page/home-page/home-page.component.html index 612f176..e940d80 100644 --- a/src/app/routes/home-page/home-page/home-page.component.html +++ b/src/app/routes/home-page/home-page/home-page.component.html @@ -173,7 +173,7 @@ </th> <th nz-th class="text-right"> <span>������({{selectedApiSortedItem.unit}})</span> - <nz-table-sort (nzValueChange)="aqiSortedTableSort('sum',$event)"></nz-table-sort> + <nz-table-sort (nzValueChange)="aqiSortedTableSort('avg',$event)"></nz-table-sort> </th> </tr> </thead> -- Gitblit v1.8.0