Feature/add warehouse e shop order items

This commit is contained in:
Luca Haid
2024-07-31 10:26:10 +00:00
parent e42ce449e3
commit e2288ba6cd
4 changed files with 54 additions and 2 deletions
@@ -41,6 +41,12 @@ Vue.component('tt-table-crud', {
</div>
</template>
<template v-if="$scopedSlots.expandedRow" v-slot:expandedRow="{ row }">
<slot name="expandedRow" :row="row"/>
</template>
</tt-table>
<tt-modal :show.sync="crudModal"