feat: add dashbaord cardnum redirect
This commit is contained in:
@@ -428,13 +428,7 @@ onMounted(() => {
|
||||
|
||||
<template>
|
||||
<div class="w-[90%] mx-auto pt-4 grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-5 gap-4">
|
||||
<StatCard
|
||||
title="推送留存数"
|
||||
:value="state.basicData.message_total_num"
|
||||
description=""
|
||||
:icon="DatabaseIcon"
|
||||
route-path="/sendtasks"
|
||||
/>
|
||||
|
||||
<StatCard
|
||||
title="托管消息数"
|
||||
:value="state.basicData.hosted_message_total_num"
|
||||
@@ -442,6 +436,13 @@ onMounted(() => {
|
||||
:icon="BarChartIcon"
|
||||
route-path="/hostedmessage"
|
||||
/>
|
||||
<StatCard
|
||||
title="发送日志数"
|
||||
:value="state.basicData.message_total_num"
|
||||
description=""
|
||||
:icon="DatabaseIcon"
|
||||
route-path="/sendlogs"
|
||||
/>
|
||||
<StatCard
|
||||
title="今日发送数"
|
||||
:value="state.basicData.today_total_num"
|
||||
|
||||
Reference in New Issue
Block a user