From c8a8a58705731ea56eb0c59abec1e2e9bda805c5 Mon Sep 17 00:00:00 2001
From: gaoyuanwei <2826352639@qq.com>
Date: Fri, 29 Jul 2022 15:27:24 +0800
Subject: [PATCH] 747\739\748 Bug
---
.../myAgent/demo/ResourcesAndServices.vue | 71 ++++++++++++++++---
.../Application/ApplicationTopDetails.vue | 8 ++-
.../Business/BusinessTopDetails.vue | 2 +-
.../Developer/DeveloperTopDetails.vue | 2 +-
.../LayerService/LayerServiceTopDetails.vue | 2 +-
5 files changed, 72 insertions(+), 13 deletions(-)
diff --git a/back/src/views/modules/myAgent/demo/ResourcesAndServices.vue b/back/src/views/modules/myAgent/demo/ResourcesAndServices.vue
index 75305f2e..c12c04d2 100644
--- a/back/src/views/modules/myAgent/demo/ResourcesAndServices.vue
+++ b/back/src/views/modules/myAgent/demo/ResourcesAndServices.vue
@@ -40,29 +40,48 @@
v-for="multipleAdditionsItem in itemsonson.note1"
:key="multipleAdditionsItem"
>
-
+
+ {{
+ multipleAdditionsItem.question ||
+ multipleAdditionsItem.type ||
+ multipleAdditionsItem.name
+ }}
+
{{
multipleAdditionsItem.question ||
multipleAdditionsItem.type ||
multipleAdditionsItem.name
}}
-
+
+
+ {{
+ multipleAdditionsItem.answer ||
+ multipleAdditionsItem.price ||
+ multipleAdditionsItem.img
+ }}
+
{{
multipleAdditionsItem.answer ||
multipleAdditionsItem.price ||
multipleAdditionsItem.img
}}
- {{ multipleAdditionsItem.desc }}
+
+
+ {{ multipleAdditionsItem.desc }}
+ {{ multipleAdditionsItem.desc }}
+
+
+ {{ itemsonson.note1 }}
+
{{ itemDataFormValue.name }}
- {{ itemDataFormValue.desc }}
+
+ {{ itemDataFormValue.desc }}
+ {{ itemDataFormValue.desc }}
+
@@ -115,7 +137,10 @@
style="border: 1px solid #3c9bcd;margin"
>
{{ itemDataFormValue.name }}
- {{ itemDataFormValue.desc }}
+
+ {{ itemDataFormValue.desc }}
+ {{ itemDataFormValue.desc }}
+
浏览
@@ -137,7 +162,10 @@
style="border: 1px solid #3c9bcd;margin"
>
{{ itemDataFormValue.name }}
- {{ itemDataFormValue.desc }}
+
+ {{ itemDataFormValue.desc }}
+ {{ itemDataFormValue.desc }}
+
浏览
@@ -432,6 +460,11 @@ export default {
}
}
+