This commit is contained in:
2025-12-26 10:20:46 +08:00
parent 012f641daa
commit 47fc5544ca
20 changed files with 2559 additions and 78 deletions

View File

@@ -243,7 +243,7 @@ export default {
matchTime: '',
projects: '',
contact: orderItem.contactPhone || '',
participants: `${orderItem.totalParticipants || 0}`
participants: `${orderItem.registerCount || 0}`
}
}
},