From 74e50fc67c3f7f71b65ec740d84203e880458dad Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Mon, 24 Feb 2025 10:55:00 +0700 Subject: [PATCH] refactor: edit label --- src/i18n/tha.ts | 2 +- src/pages/05_quotation/QuotationFormWorkerSelect.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 139b2070..e6a6bd30 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -761,7 +761,7 @@ export default { branch: 'สาขาที่ออกใบเสนอราคา', branchVirtual: 'จุดรับบริการที่ออกใบเสนอราคา', customer: 'ลูกค้า', - newCustomer: 'ลูกค้าใหม่', + newCustomer: 'แรงงานใหม่', employeeList: 'รายชื่อแรงงาน', employee: 'แรงงาน', employeeName: 'ชื่อ-นามสกุล แรงงาน', diff --git a/src/pages/05_quotation/QuotationFormWorkerSelect.vue b/src/pages/05_quotation/QuotationFormWorkerSelect.vue index 90c1cc41..9520092a 100644 --- a/src/pages/05_quotation/QuotationFormWorkerSelect.vue +++ b/src/pages/05_quotation/QuotationFormWorkerSelect.vue @@ -445,7 +445,7 @@ watch(() => state.search, getWorkerList); class="text-weight-medium q-mr-md" style="font-size: 18px" > - {{ $t('quotation.customer') }} + {{ $t('quotation.employee') }}