chore: add constants
This commit is contained in:
parent
7faef797cc
commit
6fa61ff91f
2 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ export const useQuotationStore = defineStore('quotation-store', () => {
|
||||||
paymentInProcess: 0,
|
paymentInProcess: 0,
|
||||||
paymentSuccess: 0,
|
paymentSuccess: 0,
|
||||||
processComplete: 0,
|
processComplete: 0,
|
||||||
|
canceled: 0,
|
||||||
});
|
});
|
||||||
|
|
||||||
async function getQuotationStats() {
|
async function getQuotationStats() {
|
||||||
|
|
|
||||||
|
|
@ -203,6 +203,7 @@ export type QuotationStats = {
|
||||||
paymentInProcess: number;
|
paymentInProcess: number;
|
||||||
paymentSuccess: number;
|
paymentSuccess: number;
|
||||||
processComplete: number;
|
processComplete: number;
|
||||||
|
canceled: number;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type Quotation = {
|
export type Quotation = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue