|
@@ -11,19 +11,8 @@ export default {
|
|
|
this.formatRows.forEach(item => {
|
|
|
const currentGroup = models.find(group => group.groupId == item.groupId) || {}
|
|
|
item.applyCount = `${currentGroup.actualCount} /${currentGroup.personCount}`
|
|
|
- // item.rankInGroup = currentGroup.rankInGroup
|
|
|
- // item.rankInGrade = currentGroup.rankInGrade
|
|
|
})
|
|
|
|
|
|
- if (activeModel.generation < 2) {
|
|
|
- return {
|
|
|
- applyCount: {
|
|
|
- label: '选科人数比',
|
|
|
- hidden: !this.hasPermissions([consts.enum.electivePermission.applyCount])
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
if (activeModel.generation < 4) {
|
|
|
return {
|
|
|
applyCount: {
|