From d831cd0799feab693b2a52694a8edfa1e7ecaab9 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Wed, 18 Jun 2025 14:31:50 +0700 Subject: [PATCH] fix: update status label from Pending to Waiting in MainPage component --- src/pages/11_credit-note/MainPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/11_credit-note/MainPage.vue b/src/pages/11_credit-note/MainPage.vue index 1cea36fe..29e83dc7 100644 --- a/src/pages/11_credit-note/MainPage.vue +++ b/src/pages/11_credit-note/MainPage.vue @@ -187,7 +187,7 @@ watch( :branch="[ { icon: 'icon-park-outline:loading-one', - count: stats[CreditNoteStatus.Pending] || 0, + count: stats[CreditNoteStatus.Waiting] || 0, label: `creditNote.status.${CreditNoteStatus.Waiting}`, color: 'light-yellow', },