|  | @@ -4,8 +4,8 @@ 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.adjustIndicator = currentGroup.nextGroupIndicator
 |  | 
 | 
											
												
													
														|  |          item.adjustRecord = `${currentGroup.groupApprovedCount + currentGroup.actualCount} /${currentGroup.personCount}`
 |  |          item.adjustRecord = `${currentGroup.groupApprovedCount + currentGroup.actualCount} /${currentGroup.personCount}`
 | 
											
												
													
														|  | 
 |  | +        item.adjustIndicator = currentGroup.nextGroupIndicator
 | 
											
												
													
														|  |        })
 |  |        })
 | 
											
												
													
														|  |        return {
 |  |        return {
 | 
											
												
													
														|  |          adjustRecord: {
 |  |          adjustRecord: {
 |