任务统一改成岗位

This commit is contained in:
18500206848
2024-04-25 19:39:11 +08:00
parent 3e01893ef7
commit 9642c98111
13 changed files with 21 additions and 21 deletions

View File

@@ -80,7 +80,7 @@ const news = {
},
"1": {
id: "1",
title: "任务推送",
title: "岗位推送",
icon: "../../static/img/renwu.png",
page: {
current: 0,
@@ -122,7 +122,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',