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