Feat: show total user

This commit is contained in:
Lazy 2023-12-03 15:42:21 +08:00
parent 7514690ece
commit feb39f9b54

View File

@ -351,7 +351,7 @@ onMounted(async () => {
<template #left>
<a-typography-title class="mb-0" :level="4">
<UserOutlined />
{{ card.title }}
{{ card.title }} ({{ total }})
</a-typography-title>
</template>
<template #right>