This commit is contained in:
Viet An
2026-06-03 15:32:49 +07:00
parent a39a8b3d43
commit c04abb452f
3 changed files with 19 additions and 12 deletions

View File

@@ -514,11 +514,13 @@ const selectedInvItem = ref(null);
<div :class="['cell', selectedInvItem ? 'is-col-span-2' : 'is-col-span-3']">
<div class="card is-clipped">
<div class="card-content p-0">
<p class="p-5 fs-17 font-semibold is-flex is-align-items-center is-gap-1">
<Icon
name="material-symbols:deployed-code-outline"
:size="22"
/>
<p class="p-5 icon-text fs-17 font-semibold w-full">
<span class="icon">
<Icon
name="material-symbols:deployed-code-outline"
:size="22"
/>
</span>
<span>Danh sách tồn kho ({{ filteredInvItems.length }})</span>
</p>
<table class="table is-fullwidth is-hoverable fs-13">