fix: ticket client address
gitea/salix-front/pipeline/pr-master This commit is unstable
Details
gitea/salix-front/pipeline/pr-master This commit is unstable
Details
This commit is contained in:
parent
0e5e092450
commit
2be108c897
|
@ -54,7 +54,7 @@ const formattedAddress = computed(() => {
|
||||||
const postcode = address.postalCode;
|
const postcode = address.postalCode;
|
||||||
const province = address.province ? `(${address.province.name})` : '';
|
const province = address.province ? `(${address.province.name})` : '';
|
||||||
|
|
||||||
return `${address.street} - ${postcode} - ${address.city} ${province} alargo la dirección a propósito`;
|
return `${address.street} - ${postcode} - ${address.city} ${province}`;
|
||||||
});
|
});
|
||||||
|
|
||||||
function isEditable() {
|
function isEditable() {
|
||||||
|
|
Loading…
Reference in New Issue