feat: 增强管理端工作台用户活跃榜能力
- 新增用户活跃榜接口、筛选与导出能力 - 支持按智能体过滤排行榜并补充前后端测试
This commit is contained in:
@@ -19,8 +19,14 @@ withDefaults(defineProps<Props>(), {});
|
||||
|
||||
<template>
|
||||
<Card>
|
||||
<CardHeader>
|
||||
<CardHeader class="flex flex-col gap-3 sm:flex-row sm:items-start sm:justify-between">
|
||||
<CardTitle class="text-xl">{{ title }}</CardTitle>
|
||||
<div
|
||||
v-if="$slots.extra"
|
||||
class="flex w-full flex-wrap items-center justify-end gap-2 sm:w-auto"
|
||||
>
|
||||
<slot name="extra"></slot>
|
||||
</div>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<slot></slot>
|
||||
|
||||
Reference in New Issue
Block a user