Add paging and button view detail for S1 dashboard + Fix bugs 156 163

This commit is contained in:
Michael
2025-08-14 17:09:19 +09:00
parent 6353ffba57
commit 81a20d2851
6 changed files with 180 additions and 67 deletions

View File

@ -970,4 +970,5 @@ const INIT_URL_STATE = {
selectTodayNgTopTen: 'ems/base/DashboardCtr/selectTodayNgTopTen',
selectCompareEqpmTGdChart: 'ems/base/DashboardCtr/selectCompareEqpmTGdChart',
selectIssueGdIdxData: 'ems/base/DashboardCtr/selectIssueGdIdxData',
selectIssueGdIdxDataPageTotal: 'ems/base/DashboardCtr/selectIssueGdIdxDataPageTotal',
};