Browse Source

企业-简历:文字调整

Xiao_123 2 weeks ago
parent
commit
58fe79da9c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/recruit/enterprise/resume/components/table.vue

+ 1 - 1
src/views/recruit/enterprise/resume/components/table.vue

@@ -311,7 +311,7 @@ const actionItems = (item) => {
   if (props.tab === 0) {
     arr.push(
       {
-        title: item?.jobClosed ? '邀请面试(职位已关闭)' : (item.handleStatus ? '邀请面试(已邀面试或已标记为不合适)' : '邀请面试'),
+        title: item?.jobClosed ? '邀请面试(职位已关闭)' : (item.handleStatus ? '邀请面试(已邀面试)' : '邀请面试'),
         disabled: item?.jobClosed || item.handleStatus,
         color: 'success',
         click: handleInterviewInvite,