mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-06 21:26:27 +08:00
chore(demo->form): 增加ApiTransfer使用示例. close #1760
This commit is contained in:
@@ -575,6 +575,19 @@
|
||||
span: 8,
|
||||
},
|
||||
},
|
||||
{
|
||||
label: '远程穿梭框',
|
||||
field: 'field37',
|
||||
component: 'ApiTransfer',
|
||||
componentProps: {
|
||||
render: (item) => item.label,
|
||||
api: async () => {
|
||||
return Promise.resolve(citiesOptionsData.guangdong);
|
||||
},
|
||||
},
|
||||
defaultValue: ['1'],
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
field: 'divider-linked',
|
||||
component: 'Divider',
|
||||
|
||||
Reference in New Issue
Block a user