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