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