From 4596ba747e14da32412cd1acd02c1a7d2688c124 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Wed, 15 Jan 2025 09:10:43 +0700 Subject: [PATCH] fix: label --- src/i18n/eng.ts | 12 ++++++------ src/i18n/tha.ts | 12 ++++++------ src/pages/13_receipt/constants.ts | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index d2858d0a..36d0ff8a 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -1198,11 +1198,11 @@ export default { PaymentSuccess: 'Payment Success', PaymentWait: 'Waiting For Payment', }, - receipt: { - title: 'Receipt / Tax Invoice', - caption: 'All Receipt / Tax Invoice', - dataSum: 'Summary of all receipts/tax invoices', - workSheetName: 'Worksheet name', - }, + }, + receipt: { + title: 'Receipt / Tax Invoice', + caption: 'All Receipt / Tax Invoice', + dataSum: 'Summary of all receipts/tax invoices', + workSheetName: 'Worksheet name', }, }; diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 1975480e..82a286cc 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -1179,11 +1179,11 @@ export default { PaymentSuccess: 'ชำระเงินแล้ว', PaymentWait: 'ยังไม่ชำระ', }, - receipt: { - title: 'ใบเสร็จรับเงิน/กำกับภาษี', - caption: 'ใบเสร็จรับเงิน/กำกับภาษีทั้งหมด', - dataSum: 'สรุปใบเสร็จรับเงิน/กำกับภาษีทั้งหมด', - workSheetName: 'ชื่อใบงาน', - }, + }, + receipt: { + title: 'ใบเสร็จรับเงิน/กำกับภาษี', + caption: 'ใบเสร็จรับเงิน/กำกับภาษีทั้งหมด', + dataSum: 'สรุปใบเสร็จรับเงิน/กำกับภาษีทั้งหมด', + workSheetName: 'ชื่อใบงาน', }, }; diff --git a/src/pages/13_receipt/constants.ts b/src/pages/13_receipt/constants.ts index a4cb9ad6..99312cd7 100644 --- a/src/pages/13_receipt/constants.ts +++ b/src/pages/13_receipt/constants.ts @@ -20,7 +20,7 @@ export const columns = [ { name: 'workSheetName', - align: 'center', + align: 'left', label: 'receipt.workSheetName', field: (v: Receipt) => v.invoice.quotation.workName, },