From d53b90757a6449d4a163cf46aabb5a6ed9d41203 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 01 一月 2025 11:01:28 +0800
Subject: [PATCH] 2025-01-01

---
 src/utils/utils-custom.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/utils/utils-custom.js b/src/utils/utils-custom.js
index 4cac796..2c0fe3b 100644
--- a/src/utils/utils-custom.js
+++ b/src/utils/utils-custom.js
@@ -3385,7 +3385,9 @@
           })
         }
 
-        filterComponent(cell.config.components, _mainSearch, '-' + cell.label, true)
+        let label = (item.name ? '-' + item.name : '') + '-' + cell.label
+
+        filterComponent(cell.config.components, _mainSearch, label, true)
       }
     }
   }

--
Gitblit v1.8.0