diff --git a/src/views/dashboard/Dashboard.vue b/src/views/dashboard/Dashboard.vue
index 7a31779..62f9321 100644
--- a/src/views/dashboard/Dashboard.vue
+++ b/src/views/dashboard/Dashboard.vue
@@ -60,6 +60,18 @@
:value-style="{ color: '#722ed1' }"
/>
+
@@ -109,6 +121,18 @@
:value-style="{ color: '#fa8c16' }"
/>
+
@@ -160,6 +184,22 @@
:value-style="{ color: '#52c41a' }"
/>
+
@@ -249,7 +289,13 @@ export default defineComponent({
order_amount: 0,
pay_amount: 0,
completed_order_amount: 0,
- unpaid_amount: 0
+ unpaid_amount: 0,
+ today_user_count: 0,
+ yesterday_user_count: 0,
+ today_order_count: 0,
+ yesterday_order_count: 0,
+ today_order_amount: 0,
+ yesterday_order_amount: 0
})
const deliverymanList = ref([])