Deprecated following as non standardEntity tasks, products, productcategories, services, servicecategories
This commit is contained in:
@@ -104,35 +104,7 @@ const templateColumns = [
|
||||
|
||||
/*{
|
||||
key:"finish"
|
||||
},*/{
|
||||
key: "created_at",
|
||||
label: "Erstellt am:",
|
||||
sortable: true
|
||||
},{
|
||||
key: "name",
|
||||
label: "Name:",
|
||||
sortable: true
|
||||
},{
|
||||
key: "categorie",
|
||||
label: "Kategorie:",
|
||||
sortable: true
|
||||
},{
|
||||
key: "description",
|
||||
label: "Beschreibung:",
|
||||
sortable: true
|
||||
},{
|
||||
key: "user",
|
||||
label: "Benutzer:",
|
||||
sortable: true
|
||||
},{
|
||||
key: "project",
|
||||
label: "Projekt:",
|
||||
sortable: true
|
||||
},{
|
||||
key: "plant",
|
||||
label: "Objekt:",
|
||||
sortable: true
|
||||
}
|
||||
},*/
|
||||
]
|
||||
const selectedColumns = ref(templateColumns)
|
||||
const columns = computed(() => templateColumns.filter((column) => selectedColumns.value.includes(column)))
|
||||
Reference in New Issue
Block a user