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

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