This commit is contained in:
2024-05-09 01:32:05 +03:00
parent 90802acc56
commit 8ff16e687f
14 changed files with 171 additions and 38 deletions

View File

@@ -24,6 +24,10 @@ export const useClientsTableColumns = () => {
{
accessorKey: "details.inn",
header: "ИНН"
},
{
accessorKey:"barcodeTemplate.name",
header:"Шаблон штрихкодов"
}
], []);
}