|
@@ -57,7 +57,8 @@ export default {
|
|
|
resolveTableSuffix() {
|
|
|
const stepMatched = this.generation.active == this.generation.current
|
|
|
const enableApply = !this.generation.currentOpt.decisionMaking
|
|
|
- const enableSignUp = stepMatched && enableApply && !this.readonly
|
|
|
+ const enrolled = !!this.enrollStatus.enrolledGroup
|
|
|
+ const enableSignUp = stepMatched && enableApply && !this.readonly && !enrolled
|
|
|
|
|
|
return {
|
|
|
rankInGroup: {
|