From 6704593cdf08c9958e4385bd465bb56576725cd3 Mon Sep 17 00:00:00 2001
From: aaron <>
Date: Thu, 13 Mar 2025 14:10:17 +0800
Subject: [PATCH] update
---
src/views/Dashboard.vue | 37 +++++++++++++++++++++++++++++++------
1 file changed, 31 insertions(+), 6 deletions(-)
diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue
index 59d46dc..27ede18 100644
--- a/src/views/Dashboard.vue
+++ b/src/views/Dashboard.vue
@@ -98,10 +98,7 @@
-
+ {{ text }}
@@ -129,6 +126,19 @@
¥ {{ formatAmount(record.yesterday_income) }}
+
+
+
+
+ 查看详情
+
+
+
@@ -147,7 +157,8 @@ import {
RiseOutlined,
ReloadOutlined,
RightOutlined,
- EnvironmentOutlined
+ EnvironmentOutlined,
+ EyeOutlined
} from '@ant-design/icons-vue';
import { getPartnerSummary, getPartnerCommunityList } from '../api/dashboard';
@@ -162,7 +173,8 @@ export default {
RiseOutlined,
ReloadOutlined,
RightOutlined,
- EnvironmentOutlined
+ EnvironmentOutlined,
+ EyeOutlined
},
setup() {
const router = useRouter();
@@ -428,4 +440,17 @@ export default {
padding: 2px 6px;
font-size: 12px;
}
+
+.detail-button {
+ padding: 0 4px;
+ height: auto;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ margin: 0 auto;
+}
+
+.detail-button .anticon {
+ margin-right: 4px;
+}
\ No newline at end of file