Pomenene vytvaranie, multiselectu

This commit is contained in:
2023-02-02 10:49:48 +01:00
parent 760a37a9af
commit b09863b98f
6 changed files with 76 additions and 18 deletions

View File

@@ -21,7 +21,7 @@ defineProps({
v-html="link.label" />
<Link v-else
class="mr-1 mb-1 px-4 py-3 text-sm leading-4 border rounded hover:bg-white focus:border-indigo-500 focus:text-indigo-500"
:class="{ 'bg-blue-700 text-white': link.active }" method="post" :data="data" :href="link.url" v-html="link.label" />
:class="{ 'bg-blue-700 text-white': link.active }" method="post" :data="data" :href="link.url" v-html="link.label" as="button" />
</template>
</div>
</div>

View File

@@ -64,9 +64,9 @@ function subRpo(val,kz,i) {
class="row-data m-2 d-flex"
>
<div class="key p-2 d-inline-block">
<div class="text-capitalize ">
<!-- <div class="text-capitalize "> -->
{{ printRpoName(row) }}
</div>
<!-- </div> -->
</div>
<div v-if="['string', 'number'].includes(checkValueType(data[row]))">
<div class="value p-2 d-inline-block">{{ data[row] }}</div>