Commented Own Fields
This commit is contained in:
@@ -155,7 +155,7 @@ const contentChanged = (content, datapoint) => {
|
|||||||
Archivieren
|
Archivieren
|
||||||
</template>
|
</template>
|
||||||
<template #header>
|
<template #header>
|
||||||
<span class="text-md text-black font-bold">Archivieren bestätigen</span>
|
<span class="text-md text-black dark:text-white font-bold">Archivieren bestätigen</span>
|
||||||
</template>
|
</template>
|
||||||
Möchten Sie das {{dataType.labelSingle}} {{item[dataType.templateColumns.find(i => i.title).key]}} wirklich archivieren?
|
Möchten Sie das {{dataType.labelSingle}} {{item[dataType.templateColumns.find(i => i.title).key]}} wirklich archivieren?
|
||||||
</ButtonWithConfirm>
|
</ButtonWithConfirm>
|
||||||
@@ -628,7 +628,7 @@ const contentChanged = (content, datapoint) => {
|
|||||||
icon="i-heroicons-x-mark"
|
icon="i-heroicons-x-mark"
|
||||||
/>
|
/>
|
||||||
</InputGroup>
|
</InputGroup>
|
||||||
<div
|
<!-- <div
|
||||||
v-if="profileStore.ownTenant.ownFields"
|
v-if="profileStore.ownTenant.ownFields"
|
||||||
>
|
>
|
||||||
<UDivider
|
<UDivider
|
||||||
@@ -650,7 +650,7 @@ const contentChanged = (content, datapoint) => {
|
|||||||
v-model="item.ownFields[field.key]"
|
v-model="item.ownFields[field.key]"
|
||||||
/>
|
/>
|
||||||
</UFormGroup>
|
</UFormGroup>
|
||||||
</div>
|
</div>-->
|
||||||
|
|
||||||
</UFormGroup>
|
</UFormGroup>
|
||||||
</UForm>
|
</UForm>
|
||||||
|
|||||||
Reference in New Issue
Block a user