Added Entity Wiki

This commit is contained in:
2026-01-27 15:01:56 +01:00
parent 90560ecd2c
commit e58929d9a0
5 changed files with 460 additions and 64 deletions

View File

@@ -857,6 +857,8 @@ export const useDataStore = defineStore('data', () => {
label: "Aufgaben"
},{
label: "Dateien"
},{
label: "Wiki"
}]
},
products: {
@@ -975,7 +977,9 @@ export const useDataStore = defineStore('data', () => {
],
showTabs: [
{
label: "Informationen"
label: "Informationen",
},{
label: "Wiki",
}
]
},