fix: label

This commit is contained in:
Methapon2001 2025-01-15 09:10:43 +07:00
parent 2b758e57f8
commit 4596ba747e
3 changed files with 13 additions and 13 deletions

View file

@ -1198,11 +1198,11 @@ export default {
PaymentSuccess: 'Payment Success', PaymentSuccess: 'Payment Success',
PaymentWait: 'Waiting For Payment', PaymentWait: 'Waiting For Payment',
}, },
receipt: { },
title: 'Receipt / Tax Invoice', receipt: {
caption: 'All Receipt / Tax Invoice', title: 'Receipt / Tax Invoice',
dataSum: 'Summary of all receipts/tax invoices', caption: 'All Receipt / Tax Invoice',
workSheetName: 'Worksheet name', dataSum: 'Summary of all receipts/tax invoices',
}, workSheetName: 'Worksheet name',
}, },
}; };

View file

@ -1179,11 +1179,11 @@ export default {
PaymentSuccess: 'ชำระเงินแล้ว', PaymentSuccess: 'ชำระเงินแล้ว',
PaymentWait: 'ยังไม่ชำระ', PaymentWait: 'ยังไม่ชำระ',
}, },
receipt: { },
title: 'ใบเสร็จรับเงิน/กำกับภาษี', receipt: {
caption: 'ใบเสร็จรับเงิน/กำกับภาษีทั้งหมด', title: 'ใบเสร็จรับเงิน/กำกับภาษี',
dataSum: 'สรุปใบเสร็จรับเงิน/กำกับภาษีทั้งหมด', caption: 'ใบเสร็จรับเงิน/กำกับภาษีทั้งหมด',
workSheetName: 'ชื่อใบงาน', dataSum: 'สรุปใบเสร็จรับเงิน/กำกับภาษีทั้งหมด',
}, workSheetName: 'ชื่อใบงาน',
}, },
}; };

View file

@ -20,7 +20,7 @@ export const columns = [
{ {
name: 'workSheetName', name: 'workSheetName',
align: 'center', align: 'left',
label: 'receipt.workSheetName', label: 'receipt.workSheetName',
field: (v: Receipt) => v.invoice.quotation.workName, field: (v: Receipt) => v.invoice.quotation.workName,
}, },