From 9e123a95428804aa6871ff77e79bfb6f2627a890 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Fri, 13 Aug 2021 10:54:47 +0200 Subject: [PATCH] Feat: create hightlightSum component --- src/components/caOnPeriod.vue | 34 +++------------------ src/components/caRepartition.vue | 30 +++--------------- src/components/hightlightSum.vue | 52 ++++++++++++++++++++++++++++++++ src/store/config/index.js | 2 +- 4 files changed, 63 insertions(+), 55 deletions(-) create mode 100644 src/components/hightlightSum.vue diff --git a/src/components/caOnPeriod.vue b/src/components/caOnPeriod.vue index 813e9b2..8fa2053 100644 --- a/src/components/caOnPeriod.vue +++ b/src/components/caOnPeriod.vue @@ -1,41 +1,22 @@ + + diff --git a/src/store/config/index.js b/src/store/config/index.js index 78bc78f..c0110db 100644 --- a/src/store/config/index.js +++ b/src/store/config/index.js @@ -119,7 +119,7 @@ const config = { { name: 'caPersoUntouch', color: '', - label: 'CA destiné à la rémuneration non reversé', + label: 'Banque 13e mois', type: 'compute', unit: '€', hightlight: false,