From a8a6bd9174f651b151466ed289ba843393756e0b Mon Sep 17 00:00:00 2001 From: geekgeekrun Date: Fri, 20 Feb 2026 11:23:23 +0800 Subject: [PATCH] enhance show logic of mark as not suit --- .../GeekAutoStartChatWithBoss/index.vue | 34 ++++++++++++++----- 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/packages/ui/src/renderer/src/page/MainLayout/GeekAutoStartChatWithBoss/index.vue b/packages/ui/src/renderer/src/page/MainLayout/GeekAutoStartChatWithBoss/index.vue index faddccf..3043ce2 100644 --- a/packages/ui/src/renderer/src/page/MainLayout/GeekAutoStartChatWithBoss/index.vue +++ b/packages/ui/src/renderer/src/page/MainLayout/GeekAutoStartChatWithBoss/index.vue @@ -410,13 +410,17 @@ width: '400px', paddingLeft: '10px', flex: `0 0 auto`, - ...(formContent.blockCompanyNameRegExpStr?.length + ...((!formContent.fieldsForUseCommonConfig.blockCompanyNameRegExpStr + ? formContent + : commonJobConditionConfig + ).blockCompanyNameRegExpStr?.length ? { borderLeft: '1px solid #f0f0f0' } : { borderLeft: '1px solid transparent', - visibility: 'hidden' + visibility: 'hidden', + opacity: 0 }) }" > @@ -535,7 +539,12 @@