From be91428197960d03d845dbca32c4fa4186480e6e Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Fri, 25 Oct 2024 14:07:26 +0700 Subject: [PATCH] refactor: edit status --- src/pages/05_quotation/QuotationForm.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index 92a230b7..a2f667e5 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -671,19 +671,19 @@ const statusQuotationForm = ref< >([ { title: 'ใบเสนอราคา', - status: 'done', + status: 'doing', }, { title: 'ลูกค้าตอบรับ', - status: 'done', + status: 'waiting', }, { title: 'ใบแจ้งหนี้', - status: 'done', + status: 'waiting', }, { title: 'ชำระเงิน', - status: 'doing', + status: 'waiting', }, { title: 'ใบเสร็จรับเงิน',