This commit is contained in:
Viet An
2026-06-26 14:47:49 +07:00
parent 1262dc6d82
commit 6ff4112d66
96 changed files with 348 additions and 2936 deletions

View File

@@ -35,13 +35,19 @@
class="ml-3"
@click="edit(v)"
>
<SvgIcon v-bind="{ name: 'pen1.svg', type: 'gray', size: 20 }"></SvgIcon>
<Icon
name="material-symbols:edit-outline-rounded"
:size="20"
/>
</a>
<a
class="ml-3"
@click="askConfirm(v, i)"
>
<SvgIcon v-bind="{ name: 'bin.svg', type: 'gray', size: 20 }"></SvgIcon>
<Icon
name="material-symbols:delete-outline-rounded"
:size="20"
/>
</a>
</template>
</span>