modified: .gitignore
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user