fix bugs
This commit is contained in:
@@ -243,7 +243,7 @@ export default {
|
||||
matchTime: '',
|
||||
projects: '',
|
||||
contact: orderItem.contactPhone || '',
|
||||
participants: `${orderItem.totalParticipants || 0}人`
|
||||
participants: `${orderItem.registerCount || 0}人`
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user