This commit is contained in:
Viet An
2026-07-02 09:07:59 +07:00
parent 1fc8532ed8
commit e91f0d22c4
52 changed files with 131 additions and 159 deletions

View File

@@ -2,7 +2,6 @@
import InventoryHighlightCard from "~/components/inventory/InventoryHighlightCard.vue";
import InventoryTable from "~/components/inventory/InventoryTable.vue";
const { $store } = useNuxtApp();
const inventoryHighlights = [
{
name: "Tổng số SKU",

View File

@@ -5,7 +5,6 @@ const props = defineProps({
});
const emit = defineEmits(["selectInvItem", "unselect"]);
const { $dayjs } = useNuxtApp();
</script>
<template>

View File

@@ -2,9 +2,6 @@
const props = defineProps({
invItem: Object,
});
const { $dayjs, $formatNum } = useNuxtApp();
const emit = defineEmits("unselect");
</script>
<template>
@@ -14,7 +11,7 @@ const emit = defineEmits("unselect");
>
<div class="card">
<button
@click="emit('unselect')"
@click="$emit('unselect')"
class="button is-white rounded-full has-text-grey absolute size-8 is-flex is-justify-content-center is-align-items-center"
style="z-index: 1; right: 0.5rem; top: 0.5rem"
>