update Transfer
update Transfer
This commit is contained in:
parent
84a8a413aa
commit
aa9fc758da
5 changed files with 21 additions and 12 deletions
|
@ -13,6 +13,7 @@
|
|||
</Form-item>
|
||||
<Form-item prop="targetKeys1">
|
||||
<Transfer
|
||||
filterable
|
||||
:data="formInline.data1"
|
||||
:target-keys="formInline.targetKeys1"
|
||||
:render-format="render1"
|
||||
|
@ -111,6 +112,15 @@
|
|||
message: '请输入',
|
||||
trigger: 'change'
|
||||
}
|
||||
],
|
||||
targetKeys1: [
|
||||
{
|
||||
required: true,
|
||||
type: 'array',
|
||||
max: 2,
|
||||
message: '太多了',
|
||||
trigger: 'change'
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue