ваше сообщение коммита

This commit is contained in:
2025-06-19 20:19:09 +03:00
parent 90a088e021
commit f728c5f5da
24 changed files with 512 additions and 183 deletions

View File

@@ -2,8 +2,8 @@
<BaseLayout>
<div class="tables-list-block">
<button class="close-btn" @click="goBack">×</button>
<h2>Список таблиц</h2>
<UserTablesList />
<h2>Список таблиц</h2>
<UserTablesList />
</div>
</BaseLayout>
</template>
@@ -21,7 +21,7 @@ function goBack() {
router.push({ name: 'crm' });
}
}
</script>
</script>
<style scoped>
.tables-list-block {