#8201: Fix descriptor icons error #1080

Merged
jon merged 12 commits from 8201-DescriptorIcons into dev 2024-12-27 09:55:46 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit 410052d6ec - Show all commits

View File

@ -17,7 +17,6 @@ const state = useState();
const customer = ref(); const customer = ref();
onMounted(async () => { onMounted(async () => {
console.log('state.get(customer): ', state.get('customer'));
customer.value = state.get('customer'); customer.value = state.get('customer');
if (customer.value) customer.value.webAccess = data.value?.account?.isActive; if (customer.value) customer.value.webAccess = data.value?.account?.isActive;
}); });
@ -99,7 +98,6 @@ const debtWarning = computed(() => {
/> />
</template> </template>
<template #icons> <template #icons>
{{ console.log('customer: ', customer) }}
<QCardActions v-if="customer" class="q-gutter-x-md"> <QCardActions v-if="customer" class="q-gutter-x-md">
<QIcon <QIcon
v-if="!customer.isActive" v-if="!customer.isActive"