补充示例

This commit is contained in:
2betop 2020-05-14 11:33:47 +08:00
parent 1f7a20a988
commit 65cb97f0db

View File

@ -746,6 +746,17 @@ export default {
name: 'textarea',
label: '多行文本'
},
{
label: '穿梭器',
name: 'a',
type: 'transfer',
source: '/api/mock2/form/getOptions?waitSeconds=1',
searchable: true,
searchApi: '/api/mock2/options/autoComplete2?term=$term',
selectMode: 'list',
sortable: true,
inline: true
},
{
type: 'divider'
},