Przeglądaj źródła

Merge branch 'dev' of https://git.citupro.com/zhengnaiwen_citu/menduner into dev

Xiao_123 9 miesięcy temu
rodzic
commit
d92770ebf5

+ 1 - 1
src/views/recruit/enterprise/systemManagement/groupAccount/components/record.vue

@@ -46,7 +46,7 @@ const headers = [
   { title: 'invited', key: 'showInfo.invited', sortable: false },
   { title: t('enterprise.userManagement.invitationTime'), key: 'showInfo.time', sortable: false },
 ]
-headers.forEach(e => { if (e.title === 'invited') e.title = props.inviteType - 0 ? '被邀请企业' : '被邀请人' })
+headers.forEach(e => { if (e.title === 'invited') e.title = props.inviteType - 0 ? '受邀企业' : '受邀人' })
 
 // 获取数据
 const getData = async () => {