From 671b9335c9445f8050bdbc0dd91570719b83aece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Gr=C3=B6ger?= Date: Sat, 16 May 2020 23:24:14 +0200 Subject: [PATCH] finished ##255 --- src/components/pricelist/PriceList.vue | 11 +- .../vorstand/ManagementNavigation.vue | 13 +- .../vorstand/WorkgroupManagement.vue | 190 ++++++++++++++++++ src/plugins/routes.js | 12 +- src/router/index.js | 5 + src/store/index.js | 4 +- src/store/modules/workgroupManagement.js | 120 +++++++++++ 7 files changed, 346 insertions(+), 9 deletions(-) create mode 100644 src/components/vorstand/WorkgroupManagement.vue create mode 100644 src/store/modules/workgroupManagement.js diff --git a/src/components/pricelist/PriceList.vue b/src/components/pricelist/PriceList.vue index 62c361d..299ce75 100644 --- a/src/components/pricelist/PriceList.vue +++ b/src/components/pricelist/PriceList.vue @@ -1,6 +1,11 @@