diff --git a/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue b/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue
index 7b06776ba..c348e308f 100644
--- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue
+++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue
@@ -51,6 +51,16 @@
+
+
+
+
+
- {{ getAddress.text }} -
- {{ getAddress.postcode.name }}
+ {{ getAddress.text }} -
+ {{ getAddress.postcode.name }}
@@ -19,15 +19,20 @@
-
-
-
-
+
+
+
+
+
@@ -48,36 +53,36 @@ const i18n = {
};
export default {
- name: 'SuggestionThirdParty',
- components: {
- OnTheFly,
- BadgeEntity
- },
- props: ['item'],
- i18n,
- computed: {
- hasAddress() {
- if (this.$props.item.result.address !== null) {
- return true;
- }
- if (this.$props.item.result.parent !== null) {
- this.$props.item.result.parent.address !== null;
- }
- },
- hasParent() {
- return this.$props.item.result.parent !== null;
- },
- getAddress() {
- if (this.$props.item.result.address !== null) {
- return this.$props.item.result.address;
- }
- if (this.$props.item.result.parent.address !== null) {
- return this.$props.item.result.parent.address;
- }
+ name: 'SuggestionThirdParty',
+ components: {
+ OnTheFly,
+ BadgeEntity
+ },
+ props: ['item'],
+ i18n,
+ computed: {
+ hasAddress() {
+ if (this.$props.item.result.address !== null) {
+ return true;
+ }
+ if (this.$props.item.result.parent !== null) {
+ this.$props.item.result.parent.address !== null;
+ }
+ },
+ hasParent() {
+ return this.$props.item.result.parent !== null;
+ },
+ getAddress() {
+ if (this.$props.item.result.address !== null) {
+ return this.$props.item.result.address;
+ }
+ if (this.$props.item.result.parent.address !== null) {
+ return this.$props.item.result.parent.address;
+ }
- return null;
- }
- }
+ return null;
+ }
+ }
}
diff --git a/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/OnTheFly/ThirdParty.vue b/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/OnTheFly/ThirdParty.vue
index 49249b8a1..366df4559 100644
--- a/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/OnTheFly/ThirdParty.vue
+++ b/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/OnTheFly/ThirdParty.vue
@@ -20,58 +20,73 @@
-
-
-
-
+
+
+
+