add asset trends in statistics & analysis (#314)

This commit is contained in:
MaysWind
2025-11-09 22:51:46 +08:00
parent d3abb279e3
commit 4c8bb5a0b7
52 changed files with 1917 additions and 266 deletions
+2 -1
View File
@@ -134,7 +134,8 @@ const router = createRouter({
initTagFilterType: route.query['tagFilterType'],
initKeyword: route.query['keyword'],
initSortingType: route.query['sortingType'],
initTrendDateAggregationType: route.query['trendDateAggregationType']
initTrendDateAggregationType: route.query['trendDateAggregationType'],
initAssetTrendsDateAggregationType: route.query['assetTrendsDateAggregationType']
})
},
{