|
@@ -8,6 +8,7 @@ export default {
|
|
|
const currentGroup = models.find(group => group.groupId == item.groupId) || {}
|
|
|
item.supplyIndicator = currentGroup.nextGroupIndicator
|
|
|
// 录取人数加指标/ 设置人数
|
|
|
+ item.backTrackingApply = `${currentGroup.groupApprovedCount + currentGroup.actualCount} /${currentGroup.personCount}`
|
|
|
item.supplyRecord = `${currentGroup.groupApprovedCount + currentGroup.actualCount} /${currentGroup.personCount}`
|
|
|
})
|
|
|
|