diff --git a/src/modules/events/views/ScanTicketsPage.vue b/src/modules/events/views/ScanTicketsPage.vue index cd8e8f0..092ea3e 100644 --- a/src/modules/events/views/ScanTicketsPage.vue +++ b/src/modules/events/views/ScanTicketsPage.vue @@ -115,15 +115,62 @@ function fmtTime(iso: string) { {{ event.title }}

+ +
+
+

{{ registeredCount }}

+

Scanned

+
+
+

+ {{ soldCount ?? '—' }} +

+

Sold

+
+
+

+ {{ remainingCount ?? '—' }} +

+

Remaining

+
+
+ + + + - - - Scanner + + + + + Scanner + - - - Scanned ({{ registeredCount }}) + + + + Scanned ({{ registeredCount }}) + @@ -189,47 +236,6 @@ function fmtTime(iso: string) { - -
-
-

{{ registeredCount }}

-

Scanned

-
-
-

- {{ soldCount ?? '—' }} -

-

Sold

-
-
-

- {{ remainingCount ?? '—' }} -

-

Remaining

-
-
- - - -