mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-02-05 18:15:28 +08:00
增加JPopup组件带参数示例
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user