fix: label
This commit is contained in:
parent
2b758e57f8
commit
4596ba747e
3 changed files with 13 additions and 13 deletions
|
|
@ -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',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1179,11 +1179,11 @@ export default {
|
|||
PaymentSuccess: 'ชำระเงินแล้ว',
|
||||
PaymentWait: 'ยังไม่ชำระ',
|
||||
},
|
||||
},
|
||||
receipt: {
|
||||
title: 'ใบเสร็จรับเงิน/กำกับภาษี',
|
||||
caption: 'ใบเสร็จรับเงิน/กำกับภาษีทั้งหมด',
|
||||
dataSum: 'สรุปใบเสร็จรับเงิน/กำกับภาษีทั้งหมด',
|
||||
workSheetName: 'ชื่อใบงาน',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ export const columns = [
|
|||
|
||||
{
|
||||
name: 'workSheetName',
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
label: 'receipt.workSheetName',
|
||||
field: (v: Receipt) => v.invoice.quotation.workName,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue