소스 검색

企业-简历:文字调整

Xiao_123 2 주 전
부모
커밋
58fe79da9c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,