forked from verdnatura/salix-front
fix: refs #7039 supplierSummary
This commit is contained in:
parent
21b642a7c5
commit
d4ff3ab993
|
@ -152,7 +152,7 @@ function getUrl(section) {
|
||||||
/>
|
/>
|
||||||
<VnLv
|
<VnLv
|
||||||
:label="t('supplier.summary.country')"
|
:label="t('supplier.summary.country')"
|
||||||
:value="supplier.country?.country"
|
:value="supplier.country?.name"
|
||||||
dash
|
dash
|
||||||
/>
|
/>
|
||||||
</QCard>
|
</QCard>
|
||||||
|
|
Loading…
Reference in New Issue