From 473a626039561ebc9b313f841043b0bbfc1e250c Mon Sep 17 00:00:00 2001
From: JEECG <445654970@qq.com>
Date: Tue, 12 Aug 2025 14:10:02 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0JPopup=E7=BB=84=E4=BB=B6?=
=?UTF-8?q?=E5=B8=A6=E5=8F=82=E6=95=B0=E7=A4=BA=E4=BE=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/demo/jeecg/JeecgComponents.vue | 18 ++++++++++
.../views/demo/jeecg/jeecgComponents.data.ts | 36 +++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/jeecgboot-vue3/src/views/demo/jeecg/JeecgComponents.vue b/jeecgboot-vue3/src/views/demo/jeecg/JeecgComponents.vue
index 5cd80c5ad..dab36b5b6 100644
--- a/jeecgboot-vue3/src/views/demo/jeecg/JeecgComponents.vue
+++ b/jeecgboot-vue3/src/views/demo/jeecg/JeecgComponents.vue
@@ -21,6 +21,24 @@
+
+
+
+
+
+
diff --git a/jeecgboot-vue3/src/views/demo/jeecg/jeecgComponents.data.ts b/jeecgboot-vue3/src/views/demo/jeecg/jeecgComponents.data.ts
index a848dfd1e..3d9930396 100644
--- a/jeecgboot-vue3/src/views/demo/jeecg/jeecgComponents.data.ts
+++ b/jeecgboot-vue3/src/views/demo/jeecg/jeecgComponents.data.ts
@@ -626,6 +626,42 @@ export const schemas: FormSchema[] = [
span: 12,
},
},
+ {
+ field: 'pop2',
+ component: 'Input',
+ label: 'JPopup带参数示例',
+ helpMessage: ['插槽模式'],
+ slot: 'JPopup2',
+ colProps: {
+ span: 12,
+ },
+ },
+ {
+ field: 'pop2',
+ component: 'JEllipsis',
+ label: '选中值',
+ colProps: {
+ span: 12,
+ },
+ },
+ {
+ field: 'pop3',
+ component: 'Input',
+ label: 'JPopup带查询条件参数示例',
+ helpMessage: ['插槽模式'],
+ slot: 'JPopup3',
+ colProps: {
+ span: 12,
+ },
+ },
+ {
+ field: 'pop3',
+ component: 'JEllipsis',
+ label: '选中值',
+ colProps: {
+ span: 12,
+ },
+ },
{
field: 'JInputPop',
component: 'JInputPop',