Модуль отчетов
This commit is contained in:
@@ -3,7 +3,7 @@ import AppLayout from "../../Layouts/AppLayout.vue"
|
||||
import { useAuthStore } from "../../Stores/auth.js"
|
||||
import { NEl, NFlex, NText, NTag, NAvatar } from 'naive-ui'
|
||||
import ActionTile from "../../Components/ActionTile.vue"
|
||||
import { TbUsers, TbChartBar, TbLayoutDashboard, TbRefresh } from "vue-icons-plus/tb"
|
||||
import { TbUsers, TbChartBar, TbLayoutDashboard, TbRefresh, TbReportAnalytics } from "vue-icons-plus/tb"
|
||||
import { Link } from "@inertiajs/vue3"
|
||||
import { computed } from "vue"
|
||||
import { useThemeVars } from "naive-ui"
|
||||
@@ -85,6 +85,13 @@ const dividerColor = computed(() => themeVars.value.dividerColor)
|
||||
:tag="Link"
|
||||
href="/admin/replication"
|
||||
/>
|
||||
<ActionTile
|
||||
:icon="TbReportAnalytics"
|
||||
title="Шаблоны отчётов"
|
||||
description="Конструктор пользовательских отчётов"
|
||||
:tag="Link"
|
||||
href="/admin/report-templates"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<!-- Назад -->
|
||||
|
||||
Reference in New Issue
Block a user