Add editing of shifts
This commit is contained in:
parent
905ec8a38b
commit
0aff9cc94a
2 changed files with 261 additions and 0 deletions
|
@ -45,6 +45,8 @@
|
|||
</select>
|
||||
</label>
|
||||
<ShiftScheduleTable :edit="true" :role="roleFilter" />
|
||||
<h2>Shifts</h2>
|
||||
<ShiftsTable :edit="true" :role="roleFilter" />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue