Pomenene vytvaranie, multiselectu
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user