This commit is contained in:
x2Skyz
2025-11-25 21:11:57 +07:00
parent 291485f7b7
commit 368f2ef5e6
19 changed files with 1014 additions and 811 deletions

View File

@@ -6,6 +6,7 @@ import { MainReportComponent } from '../../component/main-report/main-report.com
import { BudgetAproval } from '../../component/budget-aproval/budget-aproval';
import { MainLandingComponent } from '../../component/main-landing/main-landing.component';
import { MainProjectContent } from '../../content/main-project-content/main-project-content';
import { BudgetAprovalContent } from '../../content/budget-aproval-content/budget-aproval-content';
// import { MainReportComponent } from '../../component/main-report/main-report.component';
@@ -17,13 +18,14 @@ const routes: Routes = [
{ path: 'manager', component: MainManagerContentComponent },
{ path: 'project', component: MainProjectContent },
{ path: 'project/:mode', component: MainProjectContent },
{
path: 'manager',
children: [
{ path: '', component: MainManagerContentComponent }, // รายการโครงการ
{ path: 'budget/:code', component: BudgetAproval }, // จัดการงบประมาณ
]
},
{ path: 'budget/approve/:seq', component: BudgetAprovalContent},
// {
// path: 'manager',
// children: [
// { path: '', component: MainManagerContentComponent }, // รายการโครงการ
// { path: 'budget/:code', component: BudgetAproval }, // จัดการงบประมาณ
// ]
// },
// children: [
// {
// path: 'dashboard',