fix(03): tel

This commit is contained in:
puriphatt 2024-10-25 14:23:21 +07:00
parent 88f5bb717c
commit 157944f470

View file

@ -306,7 +306,7 @@ export const columnsCustomer = [
{
name: 'officeTel',
align: 'left',
label: 'customer.table.officeTel',
label: 'customer.table.tel',
field: 'officeTel',
},
] satisfies QTableProps['columns'];