feat: refs #211153 businessDataLinkGrafana #663

Merged
robert merged 2 commits from 211153-businessDataLinkGrafana into dev 2024-09-03 06:47:24 +00:00
1 changed files with 5 additions and 1 deletions

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)"