diff --git a/src/components/pen-groups.vue b/src/components/pen-groups.vue
index 0ec2393..646c903 100644
--- a/src/components/pen-groups.vue
+++ b/src/components/pen-groups.vue
@@ -1,7 +1,7 @@
@@ -43,7 +108,7 @@ const select = (id: string) => {
-
+
@@ -64,7 +129,7 @@ const select = (id: string) => {
-
+
+
{
-
+
{
-
+
{
-
+
{
-
+
{
-
+
{
-
+
{
-
+
{
-
+
{
style="height: 36px"
@click="select(item.id)"
>
- {{ item.label }}
+
+ {{ item.label }}
+
+ {{
+ keyword
+ ? item.point.associatedStorageLocations
+ .filter((location: string) => location.includes(keyword))
+ .join(', ')
+ : item.point.associatedStorageLocations.join(', ')
+ }}
+
+
-
+
{
-
+
{
-
+
{
-
+
{
-
+
{
-
+
{
-
+