This commit is contained in:
Viet An
2026-06-18 08:41:33 +07:00
parent a8aa9a3dce
commit b7c82e944d
17 changed files with 531 additions and 775 deletions

View File

@@ -1,6 +1,6 @@
<script setup>
const props = defineProps({
order: Object,
invoice: Object,
});
const { $dayjs } = useNuxtApp();