refs #6681 - PR3 - Resolve conflicts #166

Merged
alexm merged 88 commits from hyervoni-PR-3 into dev 2024-01-29 08:29:45 +00:00
1 changed files with 6 additions and 1 deletions
Showing only changes of commit 4d0d051c8a - Show all commits

View File

@ -1 +1,6 @@
<template>Supplier log</template>
<script setup>
import VnLog from 'src/components/common/VnLog.vue';
</script>
<template>
<VnLog model="Supplier" url="/SupplierLogs"></VnLog>
</template>