mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-12-21 07:49:08 +08:00
Feat: show total user
This commit is contained in:
parent
7514690ece
commit
feb39f9b54
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user