create estimate
This commit is contained in:
parent
2ea20a86e3
commit
afa161a0cf
15 changed files with 1234 additions and 435 deletions
|
|
@ -13,6 +13,7 @@ import TestDateForm from "./components/pages/TestDateForm.vue";
|
|||
import Client from "./components/pages/Client.vue";
|
||||
import ErrorHandlingDemo from "./components/pages/ErrorHandlingDemo.vue";
|
||||
import ScheduleOnSite from "./components/pages/ScheduleOnSite.vue";
|
||||
import Estimate from "./components/pages/Estimate.vue";
|
||||
|
||||
const routes = [
|
||||
{
|
||||
|
|
@ -25,6 +26,7 @@ const routes = [
|
|||
{ path: "/schedule-onsite", component: ScheduleOnSite },
|
||||
{ path: "/jobs", component: Jobs },
|
||||
{ path: "/estimates", component: Estimates },
|
||||
{ path: "/estimate", component: Estimate },
|
||||
{ path: "/routes", component: Routes },
|
||||
{ path: "/create", component: Create },
|
||||
{ path: "/timesheets", component: TimeSheets },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue