Feature/add warehouse e shop order items
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user