0
0
Fork 0
This commit is contained in:
Carlos Satorres 2023-10-24 13:41:24 +02:00
parent 7c9322d52c
commit b6fc7cd0b4
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ const creditWarning = computed(() => {
<template> <template>
<CardSummary ref="summary" :url="`Clients/${entityId}/summary`"> <CardSummary ref="summary" :url="`Clients/${entityId}/summary`">
<template #body="{ entity }"> <template #body="{ entity }">
<QCard class="vn-two"> <QCard class="vn-one">
<a class="header" :href="clientUrl + `basic-data`"> <a class="header" :href="clientUrl + `basic-data`">
{{ t('customer.summary.basicData') }} {{ t('customer.summary.basicData') }}
<QIcon name="open_in_new" color="primary" /> <QIcon name="open_in_new" color="primary" />