Added Columnrendering for Driver

This commit is contained in:
2025-02-27 09:28:00 +01:00
parent f3ce52d247
commit 58a9d72946
2 changed files with 19 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ import vehiclesWithLoad from "~/components/columnRenderings/vehiclesWithLoad.vue
import inventoryitemsWithLoad from "~/components/columnRenderings/inventoryitemsWithLoad.vue"
import inventoryitemgroupsWithLoad from "~/components/columnRenderings/inventoryitemgroupsWithLoad.vue"
import space from "~/components/columnRenderings/space.vue"
import driver from "~/components/columnRenderings/driver.vue"
import quantity from "~/components/helpRenderings/quantity.vue"
import {useZipCheck} from "~/composables/useZipCheck.js";
@@ -953,7 +953,8 @@ export const useDataStore = defineStore('data', () => {
label: "Fahrer",
inputType: "select",
selectDataType: "profiles",
selectOptionAttribute: "fullName"
selectOptionAttribute: "fullName",
component: driver
},
{
key: "tankSize",