From 482e52291de07b1d372e9cf4bf712e53ae4c3d1c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com>
Date: Fri, 3 Jan 2025 10:49:57 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E6=98=BE?=
=?UTF-8?q?=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../custom-module/condition-config/index.vue | 58 +++++++++++++++++++
.../model-custom/components/index.vue | 1 -
2 files changed, 58 insertions(+), 1 deletion(-)
create mode 100644 src/components/common/custom-module/condition-config/index.vue
diff --git a/src/components/common/custom-module/condition-config/index.vue b/src/components/common/custom-module/condition-config/index.vue
new file mode 100644
index 00000000..84462296
--- /dev/null
+++ b/src/components/common/custom-module/condition-config/index.vue
@@ -0,0 +1,58 @@
+
+
+ 条件设置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/model-custom/components/index.vue b/src/components/model-custom/components/index.vue
index 8fc4f8de..2e5ead01 100644
--- a/src/components/model-custom/components/index.vue
+++ b/src/components/model-custom/components/index.vue
@@ -444,7 +444,6 @@ watch(() => center_height.value, () => {
},
},
}));
- console.log(diy_data.value);
// 容器高度变化时,组件不绑定右侧数据
emits('rightUpdate', {});
draggable_container.value = true;