nothing
This commit is contained in:
@@ -7,7 +7,7 @@ import {computed, ref} from "vue";
|
||||
import {format} from "date-fns";
|
||||
import {ru} from "date-fns/locale";
|
||||
import {useNow} from "@vueuse/core";
|
||||
import {TbArticle, TbChartTreemap, TbDoorExit} from "vue-icons-plus/tb";
|
||||
import {TbArticle, TbChartTreemap, TbDoorExit, TbUserCog} from "vue-icons-plus/tb";
|
||||
import {useReportStore} from "../Stores/report.js";
|
||||
import SelectUserModal from "./Report/Components/SelectUserModal.vue";
|
||||
import {Link} from "@inertiajs/vue3";
|
||||
@@ -58,6 +58,12 @@ const reportButtonType = computed(() => authStore.isDoctor ? 'button' : Link)
|
||||
:href="`/statistic`"
|
||||
:icon="TbChartTreemap"
|
||||
/>
|
||||
<StartButton v-if="false" title="Панель администратора"
|
||||
description="Управление приложением"
|
||||
href="/admin"
|
||||
:tag="Link"
|
||||
:icon="TbUserCog"
|
||||
/>
|
||||
<StartButton title="Выйти из системы"
|
||||
description="Завершение работы с текущей учетной записью"
|
||||
href="/dashboard"
|
||||
|
||||
Reference in New Issue
Block a user