增加JPopup组件带参数示例

This commit is contained in:
JEECG
2025-08-12 14:10:02 +08:00
parent 0308b0597c
commit 473a626039
2 changed files with 54 additions and 0 deletions

View File

@ -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',