Added the functional Estimates page showing the list of estimates in the system.
This commit is contained in:
parent
888b135fe0
commit
a1e9de489d
5 changed files with 252 additions and 2 deletions
|
|
@ -20,6 +20,14 @@ export const usePaginationStore = defineStore("pagination", {
|
|||
sortField: null,
|
||||
sortOrder: null,
|
||||
},
|
||||
estimates: {
|
||||
first: 0,
|
||||
page: 0,
|
||||
rows: 10,
|
||||
totalRecords: 0,
|
||||
sortField: null,
|
||||
sortOrder: null,
|
||||
},
|
||||
timesheets: {
|
||||
first: 0,
|
||||
page: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue