8
pages/vendors/[mode]/[[id]].vue
vendored
8
pages/vendors/[mode]/[[id]].vue
vendored
@@ -121,7 +121,6 @@ setupPage()
|
||||
<p>E-Mail: {{currentItem.infoData.email}}</p>
|
||||
<p>Web: {{currentItem.infoData.web}}</p>
|
||||
<p>USt-Id: {{currentItem.infoData.ustid}}</p>
|
||||
<p>SEPA Mandat: {{currentItem.hasSEPA ? "Ja" : "Nein"}}</p>
|
||||
<p>Notizen:<br> {{currentItem.notes}}</p>
|
||||
</div>
|
||||
</UCard>
|
||||
@@ -252,13 +251,6 @@ setupPage()
|
||||
v-model="itemInfo.infoData.web"
|
||||
/>
|
||||
</UFormGroup>
|
||||
<UFormGroup
|
||||
label="SEPA Mandat abgeschlossen:"
|
||||
>
|
||||
<UCheckbox
|
||||
v-model="itemInfo.hasSEPA"
|
||||
/>
|
||||
</UFormGroup>
|
||||
<UFormGroup
|
||||
label="USt-Id:"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user