diff --git a/src/views/dashboard/components/Card1.vue b/src/views/dashboard/components/Card1.vue new file mode 100644 index 0000000..ca33803 --- /dev/null +++ b/src/views/dashboard/components/Card1.vue @@ -0,0 +1,43 @@ + + + + + + + + 访客量 + 描述文字 + + + + + + 2000 + 今日访客 + + + 100000 + 总计访客 + + + + + + + + diff --git a/src/views/dashboard/components/Card2.vue b/src/views/dashboard/components/Card2.vue new file mode 100644 index 0000000..f099e36 --- /dev/null +++ b/src/views/dashboard/components/Card2.vue @@ -0,0 +1,43 @@ + + + + + + + + 填报量 + 描述文字 + + + + + + 2000 + 今日填报 + + + 100000 + 总计填报 + + + + + + + + diff --git a/src/views/dashboard/components/PanelGroup.vue b/src/views/dashboard/components/PanelGroup.vue deleted file mode 100644 index ea1f809..0000000 --- a/src/views/dashboard/components/PanelGroup.vue +++ /dev/null @@ -1,448 +0,0 @@ - - - - - - 营业统计 - - - - 服务金额 - - - - {{totaldata.business.server_money_total}} - - - - {{totaldata.business.nurse_money_total}} - 护工金额 - - - {{totaldata.business.remain_money_total}} - 留存金额 - - - - - - - - - - 人效统计 - - - - 总服务时长 - - - - {{totaldata.person_efficiency.server_time_total}} - 分钟 - - - - - {{totaldata.person_efficiency.expect}} - 照护人员数 - - - {{totaldata.person_efficiency.act}} - 天数 - - - - - - - - - 客户统计 - - - - 活跃客户 - - - - {{totaldata.customer.active}}人 - - - - {{totaldata.customer.add}} - 新增 - - - {{totaldata.customer.wash}} - 流失 - - - - - - - - - - 订单统计 - - - - 服务订单 - - - {{totaldata.order.server_total}}单 - - - - {{totaldata.order.cycle_total}} - 周期性订单 - - - {{totaldata.order.unit_total}} - 单次订单 - - - - - - - - - - - - diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 3e3f399..06f2001 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -1,298 +1,43 @@ - - - + + + - -