fix: store customer-product

This commit is contained in:
2026-04-14 08:55:53 +02:00
parent f1a2f4c0b2
commit b54645830f
11 changed files with 276 additions and 141 deletions

View File

@@ -222,7 +222,7 @@ const columns: TableColumn<Customer>[] = [
cell: ({ row }) => {
const userId = row.original.user_id
return h(UButton, {
color: 'primary',
color: 'info',
size: 'sm',
variant: 'soft',
onClick: () => {