The Jobs page now reads data from Projects List, click on a row and go to a detail page.
This commit is contained in:
parent
b8c264f779
commit
3b2c78e4d4
4 changed files with 32 additions and 24 deletions
|
|
@ -11,6 +11,7 @@ import Warranties from "./components/pages/Warranties.vue";
|
|||
import Home from "./components/pages/Home.vue";
|
||||
import Client from "./components/pages/Client.vue";
|
||||
import Estimate from "./components/pages/Estimate.vue";
|
||||
import Job from "./components/pages/Job.vue";
|
||||
|
||||
const routes = [
|
||||
{
|
||||
|
|
@ -21,6 +22,7 @@ const routes = [
|
|||
{ path: "/clients", component: Clients },
|
||||
{ path: "/client", component: Client },
|
||||
{ path: "/jobs", component: Jobs },
|
||||
{ path: "/job", component: Job },
|
||||
{ path: "/invoices", component: Invoices },
|
||||
{ path: "/estimates", component: Estimates },
|
||||
{ path: "/estimate", component: Estimate },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue