trip management
This commit is contained in:
parent
58fb99cc5b
commit
3a9e71fd0f
19 changed files with 982 additions and 61 deletions
|
|
@ -211,6 +211,7 @@ import { DeviceSettingComponent } from './device-setting/device-setting.componen
|
|||
import { UserSettingComponent } from './user-setting/user-setting.component';
|
||||
import { CurrentPositionReportComponent } from './report/report component/current-position/current-position.component';
|
||||
import { IndexingReportComponent } from './indexingReport/index-report.component';
|
||||
import { TripManagementReportComponent } from './report/report component/trip-management/trip-management-report.component';
|
||||
// import { DeviceFuelReportComponent } from './device-report/device-fuel-report/device-fuel-report.component';
|
||||
// import { DeviceSOSreportComponent } from './device-report/device-sosreport/device-sosreport.component';
|
||||
// import { TripByDeviceComponent } from './device-report/trip-by-device/trip-by-device.component';
|
||||
|
|
@ -486,6 +487,10 @@ export const router: Routes =[
|
|||
path: 'trip_report',
|
||||
component: TripReportComponent,
|
||||
},
|
||||
{
|
||||
path: 'trip_management_report',
|
||||
component: TripManagementReportComponent,
|
||||
},
|
||||
{
|
||||
path: 'travel_path_report',
|
||||
component: NewTravelPathReportComponent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue