Added HistoryDisplay to IncomingInvoices
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<script setup>
|
||||
import InputGroup from "~/components/InputGroup.vue";
|
||||
import dayjs from "dayjs";
|
||||
import HistoryDisplay from "~/components/HistoryDisplay.vue";
|
||||
|
||||
const dataStore = useDataStore()
|
||||
const supabase = useSupabaseClient()
|
||||
@@ -371,12 +372,18 @@ setupPage()
|
||||
>
|
||||
Position entfernen
|
||||
</UButton>
|
||||
<HistoryDisplay
|
||||
type="incomingInvoice"
|
||||
v-if="currentVendorInvoice"
|
||||
:element-id="currentVendorInvoice.id"
|
||||
/>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user