+
+
+
+
+ Anzahl Freigetränke
+
+
+ {{free_drink_list_history_workgroup_without_canceled.length}}
+
+
+
+
+ Summe Freigetränke
+
+
+ {{ (sum/100).toFixed(2)}} €
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/router/index.js b/src/router/index.js
index 55690e2..4a4a7cb 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -32,6 +32,8 @@ import FreeDrinkList from '@/components/vorstand/FreeDrinkList'
import FreeDrinkListMain from '@/components/vorstand/FreeDrinkList/FreeDrinkListMain'
import FreeDrinkListConfig from '@/components/vorstand/FreeDrinkList/FreeDrinkListConfig'
import FreeDrinkListJob from '@/components/vorstand/FreeDrinkList/FreeDrinkListJob'
+import FreeDrinkListWorkgroup from '@/components/vorstand/FreeDrinkList/FreeDrinkListWorkgroup'
+import FreeDrinkListBand from '@/components/vorstand/FreeDrinkList/FreeDrinkListBand'
Vue.use(VueRouter)
@@ -106,6 +108,16 @@ const routes = [
path: 'freeDrinkListJob',
name: 'freeDrinkListJob',
component: FreeDrinkListJob
+ },
+ {
+ path: 'freeDrinkListWorkgroup',
+ name: 'freeDrinkListWorkgroup',
+ component: FreeDrinkListWorkgroup
+ },
+ {
+ path: 'freeDrinkListBand',
+ name: 'freeDrinkListBand',
+ component: FreeDrinkListBand
}
]
}