This commit is contained in:
@ -122,11 +122,10 @@ export const asyncRoutes = [
|
||||
{
|
||||
path: '/', // find
|
||||
component: Layout,
|
||||
redirect: '/index',
|
||||
alwaysShow: false,
|
||||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
path: '',
|
||||
component: () => import('@/views/find/index'),
|
||||
name: 'Personen finden',
|
||||
meta: {
|
||||
@ -139,6 +138,7 @@ export const asyncRoutes = [
|
||||
},
|
||||
{
|
||||
path: '/dashboard',
|
||||
redirect: '/index',
|
||||
component: Layout,
|
||||
children: [
|
||||
{
|
||||
|
@ -94,7 +94,7 @@ export default {
|
||||
label: 'Offline Marketing'
|
||||
},
|
||||
{
|
||||
value: 'konflikt-management',
|
||||
value: 'Konflikt-management',
|
||||
label: 'Konflikt-Management'
|
||||
},
|
||||
{
|
||||
@ -140,19 +140,32 @@ export default {
|
||||
{
|
||||
value: 'Reiseplanung',
|
||||
label: 'Reiseplanung'
|
||||
},
|
||||
{
|
||||
value: 'Bussinessplanning',
|
||||
label: 'Bussinessplanning'
|
||||
},
|
||||
{
|
||||
value: 'Strateghisches Management',
|
||||
label: 'Strateghisches Management'
|
||||
}
|
||||
],
|
||||
people: [{
|
||||
name: 'Franz Fiedler',
|
||||
avatar: 'https://www.fhstp.ac.at/de/uber-uns/mitarbeiter-innen-a-z/fidler-franz/@@images/c23cc24d-3c45-42c8-9159-c196d19ced81.jpeg',
|
||||
avatar: 'https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse4.mm.bing.net%2Fth%3Fid%3DOIP.eQ7zUcL1ZRRFwc-V5pXquAAAAA%26pid%3DApi&f=1',
|
||||
skills: [
|
||||
{ name: 'Blockchain', strength: 100 }
|
||||
{ name: 'Blockchain', strength: 100 },
|
||||
{ name: 'Projektmanagement', strength: 92 }
|
||||
|
||||
]
|
||||
}, {
|
||||
name: 'Wolfgang Römer',
|
||||
avatar: 'https://www.fhstp.ac.at/en/about-us/staff-a-z/romer-wolfgang/@@images/8fbd0752-ed91-4cb0-8c9f-b4a3da187763.jpeg',
|
||||
avatar: 'https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse4.mm.bing.net%2Fth%3Fid%3DOIP.mJ3OSG9AD98jJSXYhB89_QAAAA%26pid%3DApi&f=1',
|
||||
skills: [
|
||||
{ name: 'Blockchain', strength: 100 }
|
||||
{ name: 'Projektmanagement', strength: 98 },
|
||||
{ name: 'Webdesign', strength: 80 },
|
||||
{ name: 'Reiseplanung', strength: 55 },
|
||||
{ name: 'Blumen', strength: 12 }
|
||||
]
|
||||
}, {
|
||||
name: 'Lukas Bachschwell',
|
||||
@ -163,7 +176,6 @@ export default {
|
||||
},
|
||||
{
|
||||
name: 'Victoria Kasamas',
|
||||
matchterm: 'Buchhaltung',
|
||||
skills: [
|
||||
{ name: 'Buchhaltung', strength: 83 }
|
||||
]
|
||||
@ -176,18 +188,52 @@ export default {
|
||||
{ name: 'Video', strength: 65 }
|
||||
]
|
||||
}, {
|
||||
name: 'Johannes Gutherz',
|
||||
avatar: 'https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwww.xing.com%2Fimage%2Fa_7_e_1a7c18b82_6089096_5%2Fjoel-wenger-foto.256x256.jpg&f=1&nofb=1',
|
||||
skills: [
|
||||
{ name: 'Webdesign', strength: 43 },
|
||||
{ name: 'Video', strength: 85 },
|
||||
{ name: 'Reiseplanung', strength: 30 },
|
||||
{ name: 'Arbeitsplatzsicherheit', strength: 55 }
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'Ilse Hermann',
|
||||
skills: [
|
||||
{ name: 'Video', strength: 88 },
|
||||
{ name: 'Reiseplanung', strength: 30 },
|
||||
{ name: 'Buchhaltung', strength: 11 }
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'Helene Jägermeister',
|
||||
avatar: 'https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2Fais.badische-zeitung.de%2Fpiece%2F06%2F1c%2Fee%2Fe3%2F102559459.jpg&f=1&nofb=1',
|
||||
skills: [
|
||||
{ name: 'Wein & Käse', strength: 95 },
|
||||
{ name: 'Video', strength: 30 },
|
||||
{ name: 'Webdesign', strength: 79 },
|
||||
{ name: 'Buchhaltung', strength: 5 }
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
name: 'Peter Steiner',
|
||||
avatar: 'https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse3.mm.bing.net%2Fth%3Fid%3DOIP.qwuDUAC0rByOm6_eF7gHaQHaEK%26pid%3DApi&f=1',
|
||||
skills: [
|
||||
{ name: 'Audio', strength: 98 },
|
||||
{ name: 'Video', strength: 85 },
|
||||
{ name: 'Programming', strength: 12 },
|
||||
{ name: 'Programmierkenntnisse', strength: 12 },
|
||||
{ name: 'Buchhaltung', strength: 19 }
|
||||
|
||||
]
|
||||
}, {
|
||||
},
|
||||
{
|
||||
name: 'Alex Rodriguez',
|
||||
avatar: 'https://upload.wikimedia.org/wikipedia/commons/7/72/Alex_Rodriguez.jpg',
|
||||
skills: [
|
||||
{ name: 'Markenschutz', strength: 44 },
|
||||
{ name: 'Blockchain', strength: 1 }
|
||||
]
|
||||
}]
|
||||
|
Reference in New Issue
Block a user