modified: .gitignore

This commit is contained in:
brusnitsyn
2026-04-21 10:08:14 +09:00
parent 0e8b6f61b4
commit 2041ab54ea
74 changed files with 7533 additions and 1544 deletions

View File

@@ -85,7 +85,7 @@ watch(() => formRef.value, (nv) => {
style="--n-padding-top: 0; --n-padding-bottom: 0; --n-padding-left: 8px; --n-padding-right: 8px;">
<div class="w-full h-full flex flex items-center justify-center">
<NStatistic>
<NNumberAnimation :from="0" :to="reportStore.reportInfo?.department?.surgicalCount[1]" />
<NNumberAnimation :from="0" :to="reportStore.reportInfo?.department?.surgicalCount[0]" />
<template #label>
<div class="flex flex-col">
<span>Операций</span>
@@ -93,7 +93,7 @@ watch(() => formRef.value, (nv) => {
</div>
</template>
<template #suffix>
/ <NNumberAnimation :from="0" :to="reportStore.reportInfo?.department?.surgicalCount[0]" />
/ <NNumberAnimation :from="0" :to="reportStore.reportInfo?.department?.surgicalCount[1]" />
</template>
</NStatistic>
</div>