Remodel of Profile System
Added isCompany to Customers changes in workingtimes.vue
This commit is contained in:
@@ -20,7 +20,8 @@ const itemInfo = ref({
|
||||
infoData: {
|
||||
country: "Deutschland"
|
||||
},
|
||||
active: true
|
||||
active: true,
|
||||
isCompany: true
|
||||
})
|
||||
|
||||
//Functions
|
||||
@@ -225,6 +226,13 @@ setupPage()
|
||||
/>
|
||||
</UFormGroup>
|
||||
</UTooltip>
|
||||
<UFormGroup
|
||||
label="Firmenkunde:"
|
||||
>
|
||||
<UCheckbox
|
||||
v-model="itemInfo.isCompany"
|
||||
/>
|
||||
</UFormGroup>
|
||||
<UFormGroup
|
||||
label="Notizen:"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user