7404-stockBought #593

Merged
pablone merged 18 commits from 7404-stockBought into dev 2024-09-17 11:55:42 +00:00
1 changed files with 5 additions and 1 deletions
Showing only changes of commit 74b47361c4 - Show all commits

View File

@ -217,7 +217,11 @@ const creditWarning = computed(() => {
/>
</QCard>
<QCard class="vn-one" v-if="entity.account">
<VnTitle :text="t('customer.summary.businessData')" />
<VnTitle
:url="`https://grafana.verdnatura.es/d/adjlxzv5yjt34d/analisis-de-clientes-7c-crm?orgId=1&var-clientFk=${entityId}`"
:text="t('customer.summary.businessData')"
icon="vn:grafana"
/>
<VnLv
:label="t('customer.summary.totalGreuge')"
:value="toCurrency(entity.totalGreuge)"