任务统一改成岗位

This commit is contained in:
18500206848
2024-04-23 22:51:27 +08:00
parent 70572f5001
commit 954dfbfad4
22 changed files with 65 additions and 106 deletions

View File

@@ -92,7 +92,7 @@ const news = {
title: 'missionTitle',
desc: (value) => {
if (value.data[0])
return `您收到${value.data[0][0]['companyName']}的任务`
return `您收到${value.data[0][0]['companyName']}岗位`
},
time: 'createTime',
isRead: 'status',
@@ -182,7 +182,7 @@ const news = {
title: 'missionTitle',
desc: (value) => {
if (value.data[0])
return `您收到${value.data[0][0]['companyName']}任务`
return `您收到${value.data[0][0]['companyName']}岗位`
},
time: 'createTime',
isRead: 'status',