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 d64ae274e..1e8c057d2 100644
--- a/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue
+++ b/src/Bundle/ChillMainBundle/Resources/public/vuejs/OnTheFly/components/OnTheFly.vue
@@ -1,11 +1,11 @@
-
-
- {{ buttonText }}
-
-
-
+
+ {{ buttonText }}
+
+
+
@@ -39,6 +39,16 @@
+
+
+
+
+
- {{ item.result.text }}
+ {{ item.result.text }}
- {{ 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 dc9025886..0d0fd2543 100644
--- a/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/OnTheFly/ThirdParty.vue
+++ b/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/OnTheFly/ThirdParty.vue
@@ -21,58 +21,73 @@
-
-
-
-
+
+
+
+