From 5174da2c6c419559f7e925c3cce04cc192aac038 Mon Sep 17 00:00:00 2001 From: geekgeekrun Date: Sat, 3 May 2025 03:48:52 +0800 Subject: [PATCH] add tip about wrong mark as not suit --- .../MainLayout/GeekAutoStartChatWithBoss.vue | 90 ++++++++++++------- 1 file changed, 58 insertions(+), 32 deletions(-) diff --git a/packages/ui/src/renderer/src/page/MainLayout/GeekAutoStartChatWithBoss.vue b/packages/ui/src/renderer/src/page/MainLayout/GeekAutoStartChatWithBoss.vue index 3db05d4..c6ad120 100644 --- a/packages/ui/src/renderer/src/page/MainLayout/GeekAutoStartChatWithBoss.vue +++ b/packages/ui/src/renderer/src/page/MainLayout/GeekAutoStartChatWithBoss.vue @@ -157,8 +157,33 @@
- 查看职位详情后,发现当前职位名称/类型/描述不符合如上设置的投递条件,将要执行的操作 + 查看职位详情后,发现当前职位名称/类型/描述不符合投递条件时,将要执行的操作 +
+ + + {{ op.name }} + + +
+
- + 职位被错误标记时如何处理? -
- - - {{ op.name }} - - -
-
查看职位详情后,发现当前职位不活跃时,将要执行的操作 @@ -230,8 +229,8 @@ :marks="noActiveDefinitionMarks" :max="10" :step="1" - pl40px - pr20px + pl50px + pr0 class="no-active-definition-text-slider" :format-tooltip=" (v) => @@ -257,6 +256,33 @@ >{{ op.name }} + + + 职位被错误标记时如何处理? +