diff --git a/src/components/common/custom-module/data-rendering/index.vue b/src/components/common/custom-module/data-rendering/index.vue
index 30f05f62..3c75041f 100644
--- a/src/components/common/custom-module/data-rendering/index.vue
+++ b/src/components/common/custom-module/data-rendering/index.vue
@@ -2,19 +2,19 @@
-
+
-
+
-
+
-
+
-
+
@@ -62,6 +62,14 @@ const props = defineProps({
type: Boolean,
default: false
},
+ isCustomGroup: {
+ type: Boolean,
+ default: false
+ },
+ customGroupFieldId: {
+ type: String,
+ default: ''
+ },
showData: {
type: Object as PropType<{
data_key: string;
diff --git a/src/components/common/custom-module/model-custom-group/custom-tabs-config/custom-tabs-content.vue b/src/components/common/custom-module/model-custom-group/custom-tabs-config/custom-tabs-content.vue
index b9457d8a..ee8a2b0d 100644
--- a/src/components/common/custom-module/model-custom-group/custom-tabs-config/custom-tabs-content.vue
+++ b/src/components/common/custom-module/model-custom-group/custom-tabs-config/custom-tabs-content.vue
@@ -1,6 +1,5 @@
- 显示设置
diff --git a/src/components/common/custom-module/model-custom-group/index.vue b/src/components/common/custom-module/model-custom-group/index.vue
index 4adbbd6a..5fb41a45 100644
--- a/src/components/common/custom-module/model-custom-group/index.vue
+++ b/src/components/common/custom-module/model-custom-group/index.vue
@@ -8,7 +8,7 @@
@@ -19,7 +19,7 @@
@@ -38,7 +38,7 @@
@@ -48,7 +48,7 @@