From 6fe1c577a9fd995d09e7ec8990f7997a8da40b26 Mon Sep 17 00:00:00 2001 From: hyemyn2 Date: Tue, 15 Apr 2025 15:04:52 +0900 Subject: [PATCH 1/4] feat: add count --- src/components/pivottable-ui/VFilterBox.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/pivottable-ui/VFilterBox.vue b/src/components/pivottable-ui/VFilterBox.vue index 31bfe58..d6d7559 100644 --- a/src/components/pivottable-ui/VFilterBox.vue +++ b/src/components/pivottable-ui/VFilterBox.vue @@ -52,6 +52,7 @@ :checked="!(x in unselectedValues)" > + ({{ filterBoxValues[x] }}) Date: Tue, 15 Apr 2025 15:15:46 +0900 Subject: [PATCH 2/4] feat: set composables --- src/components/pivottable-ui/VFilterBox.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/pivottable-ui/VFilterBox.vue b/src/components/pivottable-ui/VFilterBox.vue index d6d7559..27e0cf8 100644 --- a/src/components/pivottable-ui/VFilterBox.vue +++ b/src/components/pivottable-ui/VFilterBox.vue @@ -1,7 +1,7 @@