* оптимизировал запросы выдачи пациентов, сохранения снапшотов
* доработал страницу отчета дежурного * переделал "действия" над пациентом * подключил виджеты на странице отчета дежурного
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user