pretyness
This commit is contained in:
@@ -48,9 +48,9 @@ watch(useRoute(), async route => {
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="ruleBook" class="flex-col">
|
||||
<div class="flex-col grow border-b-1" v-for="activityType in activityTypes" :key="activityType">
|
||||
<span>{{ activityType }}</span>
|
||||
<RuleSetInput v-model="ruleBook.ruleSets[activityType]" />
|
||||
<div class="flex-col grow border-b-1" v-for="activityType in activityTypes" :key="activityType.key">
|
||||
<span>{{ activityType.name }}</span>
|
||||
<RuleSetInput v-model="ruleBook.ruleSets[activityType.key]" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user