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',
PaymentWait: 'Waiting For Payment',
},
},
receipt: {
title: 'Receipt / Tax Invoice',
caption: 'All Receipt / Tax Invoice',
dataSum: 'Summary of all receipts/tax invoices',
workSheetName: 'Worksheet name',
},
},
};

View file

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

View file

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