Changed Plants to Objects
Changes in outgoinginvoices
This commit is contained in:
@@ -479,7 +479,7 @@ setupPage()
|
||||
</UFormGroup>
|
||||
|
||||
<UFormGroup
|
||||
label="Anlage:"
|
||||
label="Objekt:"
|
||||
>
|
||||
<USelectMenu
|
||||
v-model="itemInfo.plant"
|
||||
@@ -490,7 +490,7 @@ setupPage()
|
||||
:search-attributes="['name']"
|
||||
>
|
||||
<template #label>
|
||||
{{dataStore.getPlantById(itemInfo.plant) ? dataStore.getPlantById(itemInfo.plant).name : "Anlage auswählen"}}
|
||||
{{dataStore.getPlantById(itemInfo.plant) ? dataStore.getPlantById(itemInfo.plant).name : "Objekt auswählen"}}
|
||||
</template>
|
||||
</USelectMenu>
|
||||
</UFormGroup>
|
||||
|
||||
@@ -54,7 +54,7 @@ const itemColumns = [
|
||||
},
|
||||
{
|
||||
key: "plant",
|
||||
label: "Anlage",
|
||||
label: "Objekt",
|
||||
sortable: true
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user