订单上报
This commit is contained in:
@ -1,10 +1,12 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { RouterModule, Routes } from '@angular/router';
|
||||
import { DatatableDataindexComponent } from './dataindex/dataindex.component';
|
||||
import { DatatableOrderReportingComponent } from './reporting/components/order-reporting/order-reporting.component';
|
||||
|
||||
const routes: Routes = [
|
||||
|
||||
{ path: 'dataindex', component: DatatableDataindexComponent }];
|
||||
{ path: 'dataindex', component: DatatableDataindexComponent },
|
||||
{ path: 'reporting/order', component: DatatableOrderReportingComponent }];
|
||||
|
||||
@NgModule({
|
||||
imports: [RouterModule.forChild(routes)],
|
||||
|
||||
Reference in New Issue
Block a user