changes
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import InventoryHighlightCard from '@/components/inventory/InventoryHighlightCard.vue';
|
||||
import InventoryTable from '@/components/inventory/InventoryTable.vue';
|
||||
|
||||
const { $store } = useNuxtApp();
|
||||
const inventoryHighlights = [
|
||||
{
|
||||
name: 'Tổng số SKU',
|
||||
@@ -33,32 +34,38 @@ const inventoryHighlights = [
|
||||
</script>
|
||||
<template>
|
||||
<div>
|
||||
<div class="content buttons is-justify-content-flex-end">
|
||||
<button class="button fs-14">
|
||||
<span class="icon">
|
||||
<Icon :size="18" name="material-symbols:download-rounded" />
|
||||
</span>
|
||||
<span>Export</span>
|
||||
</button>
|
||||
<button class="button fs-14">
|
||||
<span class="icon">
|
||||
<Icon :size="18" name="material-symbols:upload-rounded" />
|
||||
</span>
|
||||
<span>Import</span>
|
||||
</button>
|
||||
<button class="button fs-14">
|
||||
<span class="icon">
|
||||
<Icon :size="18" name="material-symbols:sync" />
|
||||
</span>
|
||||
<span>Chuyển kho</span>
|
||||
</button>
|
||||
<button class="button fs-14 is-primary">
|
||||
<span class="icon">
|
||||
<Icon :size="18" name="material-symbols:add-2-rounded" />
|
||||
</span>
|
||||
<span>Điều chỉnh</span>
|
||||
</button>
|
||||
</div>
|
||||
<Teleport
|
||||
defer
|
||||
to="#header-right-slot"
|
||||
v-if="$store.tabinfo.tab.code === 'inventory'"
|
||||
>
|
||||
<div class="content buttons is-justify-content-flex-end">
|
||||
<button class="button fs-14">
|
||||
<span class="icon">
|
||||
<Icon :size="18" name="material-symbols:download-rounded" />
|
||||
</span>
|
||||
<span>Export</span>
|
||||
</button>
|
||||
<button class="button fs-14">
|
||||
<span class="icon">
|
||||
<Icon :size="18" name="material-symbols:upload-rounded" />
|
||||
</span>
|
||||
<span>Import</span>
|
||||
</button>
|
||||
<button class="button fs-14">
|
||||
<span class="icon">
|
||||
<Icon :size="18" name="material-symbols:sync" />
|
||||
</span>
|
||||
<span>Chuyển kho</span>
|
||||
</button>
|
||||
<button class="button fs-14 is-primary">
|
||||
<span class="icon">
|
||||
<Icon :size="18" name="material-symbols:add-2-rounded" />
|
||||
</span>
|
||||
<span>Điều chỉnh</span>
|
||||
</button>
|
||||
</div>
|
||||
</Teleport>
|
||||
<div class="fixed-grid has-2-cols-mobile has-4-cols">
|
||||
<div class="grid">
|
||||
<InventoryHighlightCard
|
||||
|
||||
Reference in New Issue
Block a user