feat: sorting, searching

This commit is contained in:
opbnq-q
2025-03-14 18:44:43 +07:00
parent 0e0b0bf8a2
commit dba38f71b1
12 changed files with 203 additions and 108 deletions

View File

@@ -62,7 +62,7 @@ async function handleSave() {
</script>
<template>
<Dialog v-model:visible="showCreate">
<Dialog v-model:visible="showCreate" class="w-[500px]">
<template #header>
<h1>{{ props.updateMode ? 'Изменить' : 'Создать' }} {{ props.name?.toLowerCase() }}</h1>
</template>