Merge branch 'dev' of https://github.com/dikstub-rssa/simrs-fe into fix/structure

This commit is contained in:
Abizrh
2025-08-25 10:07:24 +07:00
216 changed files with 443 additions and 238 deletions
+2 -9
View File
@@ -1,10 +1,6 @@
<script setup lang="ts">
import { Activity, CreditCard, DollarSign, Users, UserCheck, UsersRound, Calendar, Hospital } from 'lucide-vue-next'
definePageMeta({
roles: ['sys', 'doc'],
})
const dataCard = ref({
totalRevenue: 0,
totalRevenueDesc: 0,
@@ -165,11 +161,8 @@ onMounted(() => {
</div>
</CardHeader>
<CardContent class="grid cursor-pointer gap-8 md:grid-cols-4 md:gap-8">
<Card
v-for="item in linkItems"
:key="item"
class="border-primary hover:bg-primary my-2 h-32 border transition-colors duration-200 hover:bg-gray-200"
>
<Card v-for="item in linkItems" :key="item"
class="border-primary hover:bg-primary my-2 h-32 border transition-colors duration-200 hover:bg-gray-200">
<NuxtLink :to="item.link">
<CardContent class="my-2 grid h-full grid-rows-2 place-items-center">
<Icon :name="item.icon" class="text-primary h-9 w-[60px]" />