This commit is contained in:
nasir@endelospay.com
2024-06-05 00:28:41 +05:00
parent dce2aa9357
commit 7fab7461cd
8 changed files with 808 additions and 199 deletions

View File

@@ -15,16 +15,16 @@ import { useStore } from 'vuex'
const store = useStore()
const cardStatisticsWithImages = [
{
title: 'Ratings',
subtitle: 'Year of 2021',
title: 'Patients',
subtitle: 'Year of 2024',
stats: '13k',
change: 15.6,
image: illustration1,
color: 'primary',
},
{
title: 'Sessions',
subtitle: 'Last Week',
title: 'Providers',
subtitle: 'Year of 2024',
stats: '24.5k',
change: -20,
image: illustration2,
@@ -59,6 +59,7 @@ onMounted(() => {
cols="12"
md="3"
sm="6"
>
<CardStatisticsWithImages v-bind="statistics" />
</VCol>
@@ -66,6 +67,7 @@ onMounted(() => {
<VCol
cols="12"
md="6"
>
<CrmTransactions />
</VCol>
@@ -74,6 +76,7 @@ onMounted(() => {
cols="12"
sm="6"
md="3"
>
<CrmTotalSales />
</VCol>
@@ -82,6 +85,7 @@ onMounted(() => {
cols="12"
sm="6"
md="3"
>
<CrmRevenueReport />
</VCol>
@@ -89,6 +93,7 @@ onMounted(() => {
<VCol
cols="12"
md="6"
style="display: none;"
>
<CrmSalesOverview />
</VCol>
@@ -96,6 +101,7 @@ onMounted(() => {
<VCol
cols="12"
md="6"
style="display: none;"
>
<CrmActivityTimeline />
</VCol>
@@ -104,6 +110,7 @@ onMounted(() => {
cols="12"
sm="8"
md="4"
style="display: none;"
>
<CrmWeeklySales />
</VCol>
@@ -112,11 +119,13 @@ onMounted(() => {
cols="12"
md="2"
sm="4"
style="display: none;"
>
<VRow class="match-height">
<VCol
cols="6"
sm="12"
style="display: none;"
>
<CrmTotalGrowthCharts />
</VCol>
@@ -124,6 +133,7 @@ onMounted(() => {
<VCol
cols="6"
sm="12"
style="display: none;"
>
<CardStatisticsVertical v-bind="statistic" />
</VCol>
@@ -133,6 +143,7 @@ onMounted(() => {
<VCol
cols="12"
md="4"
style="display: none;"
>
<CrmUpgradeYourPlan />
</VCol>
@@ -140,6 +151,7 @@ onMounted(() => {
<VCol
cols="12"
md="4"
style="display: none;"
>
<CrmMeetingSchedule />
</VCol>
@@ -147,6 +159,7 @@ onMounted(() => {
<VCol
cols="12"
md="4"
style="display: none;"
>
<CrmDeveloperMeetup />
</VCol>