Merge branch 'dev' into 8087-nuevosCamposTravel
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
commit
087ec5f39f
|
@ -254,10 +254,7 @@ watchEffect(selectedRows);
|
||||||
@update:model-value="fetchClientAddress"
|
@update:model-value="fetchClientAddress"
|
||||||
>
|
>
|
||||||
<template #option="scope">
|
<template #option="scope">
|
||||||
<QItem
|
<QItem v-bind="scope.itemProps">
|
||||||
v-bind="scope.itemProps"
|
|
||||||
@click="selectedClient(scope.opt)"
|
|
||||||
>
|
|
||||||
<QItemSection>
|
<QItemSection>
|
||||||
<QItemLabel>
|
<QItemLabel>
|
||||||
#{{ scope.opt?.id }} -
|
#{{ scope.opt?.id }} -
|
||||||
|
@ -296,18 +293,17 @@ watchEffect(selectedRows);
|
||||||
: ''
|
: ''
|
||||||
} `
|
} `
|
||||||
}}
|
}}
|
||||||
<span>
|
<span>{{
|
||||||
{{
|
scope.opt?.nickname
|
||||||
scope.opt?.nickname
|
}}</span>
|
||||||
}}</span
|
|
||||||
>
|
|
||||||
<span
|
<span
|
||||||
v-if="
|
v-if="
|
||||||
scope.opt?.province ||
|
scope.opt?.province ||
|
||||||
scope.opt?.city ||
|
scope.opt?.city ||
|
||||||
scope.opt?.street
|
scope.opt?.street
|
||||||
"
|
"
|
||||||
>, {{ scope.opt?.street }},
|
>
|
||||||
|
, {{ scope.opt?.street }},
|
||||||
{{ scope.opt?.city }},
|
{{ scope.opt?.city }},
|
||||||
{{
|
{{
|
||||||
scope.opt?.province?.name
|
scope.opt?.province?.name
|
||||||
|
@ -316,8 +312,8 @@ watchEffect(selectedRows);
|
||||||
{{
|
{{
|
||||||
scope.opt?.agencyMode
|
scope.opt?.agencyMode
|
||||||
?.name
|
?.name
|
||||||
}}</span
|
}}
|
||||||
>
|
</span>
|
||||||
</QItemLabel>
|
</QItemLabel>
|
||||||
</QItemSection>
|
</QItemSection>
|
||||||
</QItem>
|
</QItem>
|
||||||
|
|
Loading…
Reference in New Issue