diff --git a/src/views/planetDesign/Design/components/config/Config3D.vue b/src/views/planetDesign/Design/components/config/Config3D.vue
index c8cc2cef..2bcc1c85 100644
--- a/src/views/planetDesign/Design/components/config/Config3D.vue
+++ b/src/views/planetDesign/Design/components/config/Config3D.vue
@@ -176,6 +176,7 @@
+
-
选择题型
@@ -129,6 +123,12 @@
updateConfig(copyConfig)" :questionType="copyConfig.question_type" :question="copyConfig"/>
+
+
diff --git a/src/views/planetDesign/Design/questions/completion/CompletionConfig.vue b/src/views/planetDesign/Design/questions/completion/CompletionConfig.vue
index e35c0017..5ce8e2a1 100644
--- a/src/views/planetDesign/Design/questions/completion/CompletionConfig.vue
+++ b/src/views/planetDesign/Design/questions/completion/CompletionConfig.vue
@@ -88,6 +88,9 @@
@update:value="update('text_type', $event)"
/>
+
+ updateConfig(copyConfig)" :questionType="copyConfig.question_type"/>
+
-
- updateConfig(copyConfig)" :questionType="copyConfig.question_type"/>
diff --git a/src/views/planetDesign/Design/questions/hotArea/hotAreaConfig.vue b/src/views/planetDesign/Design/questions/hotArea/hotAreaConfig.vue
index 045f97e8..74bdd33b 100644
--- a/src/views/planetDesign/Design/questions/hotArea/hotAreaConfig.vue
+++ b/src/views/planetDesign/Design/questions/hotArea/hotAreaConfig.vue
@@ -10,6 +10,10 @@
}
"
/>
+
+
+ updateConfig(copyConfig)" :questionType="copyConfig.question_type"/>
+
互动方式
@@ -117,8 +121,6 @@
-
-
updateConfig(copyConfig)" :questionType="copyConfig.question_type"/>
diff --git a/src/views/planetDesign/Design/questions/matrix/MatrixConfig.vue b/src/views/planetDesign/Design/questions/matrix/MatrixConfig.vue
index 762c45ac..1c004461 100644
--- a/src/views/planetDesign/Design/questions/matrix/MatrixConfig.vue
+++ b/src/views/planetDesign/Design/questions/matrix/MatrixConfig.vue
@@ -6,11 +6,6 @@
:checked="copyConfig.config.is_required"
@update:checked="update('is_required', $event)"
/>
-
右极文字
@@ -52,6 +47,12 @@
updateConfig(copyConfig)" :questionType="copyConfig.question_type"/>
+
+