* оптимизировал запросы выдачи пациентов, сохранения снапшотов

* доработал страницу отчета дежурного
* переделал "действия" над пациентом
* подключил виджеты на странице отчета дежурного
This commit is contained in:
brusnitsyn
2026-05-08 17:04:56 +09:00
parent 6cf1ffbb2b
commit 90e0d04dfd
17 changed files with 818 additions and 292 deletions

View File

@@ -94,7 +94,6 @@ const exportUrl = computed(() => {
<template #default>
<NSkeleton v-if="reportStore.isLoadReportInfo" round class="w-[70px]! mt-2 h-[29px]!" />
<NNumberAnimation v-else :from="0" :to="reportStore.reportInfo?.department?.beds" />
<!-- <span v-else>{{ reportStore.reportInfo?.department?.beds }}</span>-->
</template>
</NStatistic>
</NCol>