forked from verdnatura/salix-front
remove: refs #7001 custom chip
This commit is contained in:
parent
2fa5b1303d
commit
5580d15606
|
@ -1,11 +0,0 @@
|
||||||
<script setup>
|
|
||||||
defineProps({
|
|
||||||
text: { type: String, default: null },
|
|
||||||
textColor: { type: String, default: 'black' },
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
<template>
|
|
||||||
<QChip v-bind="$attrs">
|
|
||||||
<slot>{{ text }}</slot>
|
|
||||||
</QChip>
|
|
||||||
</template>
|
|
|
@ -191,9 +191,9 @@ function openDialog(dmsId) {
|
||||||
/>
|
/>
|
||||||
<VnLv :label="t('claim.summary.state')">
|
<VnLv :label="t('claim.summary.state')">
|
||||||
<template #value>
|
<template #value>
|
||||||
<QChip color="stateColor(claim.claimState.code)" dense>
|
<QChip :color="stateColor(claim.claimState.code)" dense>
|
||||||
{{ claim.claimState.description }}</QChip
|
{{ claim.claimState.description }}
|
||||||
>
|
</QChip>
|
||||||
</template>
|
</template>
|
||||||
</VnLv>
|
</VnLv>
|
||||||
<VnLv :label="t('globals.salesPerson')">
|
<VnLv :label="t('globals.salesPerson')">
|
||||||
|
|
Loading…
Reference in New Issue