fix: 诊所管理

This commit is contained in:
2025-04-01 19:13:44 +08:00
parent ffd9a0c6e3
commit 342f3cbd57
13 changed files with 12956 additions and 168 deletions

View File

@@ -27,20 +27,20 @@ withDefaults(defineProps<Props>(), {
<slot name="description"></slot>
</span>
</div>
<div class="mt-4 flex flex-1 justify-end md:mt-0">
<div class="flex flex-col justify-center text-right">
<span class="text-foreground/80"> 待办 </span>
<span class="text-2xl">2/10</span>
</div>
<!-- <div class="mt-4 flex flex-1 justify-end md:mt-0">-->
<!-- <div class="flex flex-col justify-center text-right">-->
<!-- <span class="text-foreground/80"> 待办 </span>-->
<!-- <span class="text-2xl">2/10</span>-->
<!-- </div>-->
<div class="mx-12 flex flex-col justify-center text-right md:mx-16">
<span class="text-foreground/80"> 项目 </span>
<span class="text-2xl">8</span>
</div>
<div class="mr-4 flex flex-col justify-center text-right md:mr-10">
<span class="text-foreground/80"> 团队 </span>
<span class="text-2xl">300</span>
</div>
</div>
<!-- <div class="mx-12 flex flex-col justify-center text-right md:mx-16">-->
<!-- <span class="text-foreground/80"> 项目 </span>-->
<!-- <span class="text-2xl">8</span>-->
<!-- </div>-->
<!-- <div class="mr-4 flex flex-col justify-center text-right md:mr-10">-->
<!-- <span class="text-foreground/80"> 团队 </span>-->
<!-- <span class="text-2xl">300</span>-->
<!-- </div>-->
<!-- </div>-->
</div>
</template>