Split store

This commit is contained in:
2022-02-06 20:15:52 +00:00
parent 5ca09d2825
commit 5763409aa8
4 changed files with 132 additions and 89 deletions

View File

@ -60,13 +60,11 @@ export default defineComponent({
<th>Activity</th>
<th>Available</th>
</tr>
<tr v-for="category in $store.state.Categories">
<tr v-for="category in $store.getters.Categories(2022, 1)">
<td>{{category.Group}}</td>
<td>{{category.Name}}</td>
<td>
</td>
<td>
</td>
<td></td>
<td></td>
<td>{{category.AvailableLastMonth}}</td>
<td>{{category.Assigned}}</td>
<td>{{category.Activity}}</td>