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

This commit is contained in:
2025-07-11 16:45:09 +03:00
parent e0ec889863
commit 584ff401ad
42 changed files with 1945 additions and 1004 deletions

View File

@@ -6,7 +6,7 @@
<ul class="tables-list-simple">
<!-- Системная таблица tags -->
<li>
<button class="table-link" @click="goToTagsTable">Теги (tags)</button>
<!-- <button class="table-link" @click="goToTagsTable">Теги (tags)</button> -->
</li>
<!-- Пользовательские таблицы -->
<li v-for="table in tables" :key="table.id">
@@ -40,9 +40,6 @@ function selectTable(table) {
function createTable() {
router.push({ name: 'create-table' });
}
function goToTagsTable() {
router.push({ name: 'tags-table-view' });
}
</script>
<style scoped>