|
@@ -4,6 +4,7 @@ export default {
|
|
const models = model?.models || []
|
|
const models = model?.models || []
|
|
this.formatRows.forEach(item => {
|
|
this.formatRows.forEach(item => {
|
|
const currentGroup = models.find(group => group.groupId == item.groupId) || {}
|
|
const currentGroup = models.find(group => group.groupId == item.groupId) || {}
|
|
|
|
+ item.finalAdjustApply = `${currentGroup.groupApprovedCount } /${currentGroup.personCount}`
|
|
item.towSupplyIndicator = currentGroup.nextGroupIndicator
|
|
item.towSupplyIndicator = currentGroup.nextGroupIndicator
|
|
})
|
|
})
|
|
return {
|
|
return {
|