Исправил переходы в штаб и статистику
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
import AppLayout from '../../Layouts/AppLayout.vue'
|
||||
import SectionCard from '../../Components/SectionCard.vue'
|
||||
import DatePickerQuery from '../../Components/DatePickerQuery.vue'
|
||||
import { Link } from '@inertiajs/vue3'
|
||||
import {Link, usePage} from '@inertiajs/vue3'
|
||||
import VueApexCharts from 'vue3-apexcharts'
|
||||
import {
|
||||
TbBed, TbUsers, TbScissors, TbSkull,
|
||||
@@ -525,7 +525,7 @@ onUnmounted(() => {
|
||||
{{ isConnected ? 'WebSocket подключён' : 'WebSocket отключён' }}
|
||||
</NTooltip>
|
||||
<NDivider vertical />
|
||||
<NButton secondary :tag="Link" href="/statistic">Таблица</NButton>
|
||||
<NButton secondary :tag="Link" :href="`/statistic?startAt=${usePage().props.date[0]}&endAt=${usePage().props.date[1]}`">Таблица</NButton>
|
||||
</NSpace>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user