fix transfer
This commit is contained in:
parent
5b19b5f55f
commit
16a87cde09
2 changed files with 89 additions and 12 deletions
|
@ -50,13 +50,13 @@
|
|||
|
||||
<template>
|
||||
<Transfer
|
||||
:data="data3"
|
||||
:target-keys="targetKeys3"
|
||||
:list-style="listStyle"
|
||||
:render-format="render3"
|
||||
:operations="['向左移动','向右移动']"
|
||||
filterable
|
||||
@on-change="handleChange3">
|
||||
:data="data3"
|
||||
:target-keys="targetKeys3"
|
||||
:list-style="listStyle"
|
||||
:render-format="render3"
|
||||
:operations="['向左移动','向右移动']"
|
||||
filterable
|
||||
@on-change="handleChange3">
|
||||
<div :style="{float: 'right', margin: '5px'}">
|
||||
<Button type="ghost" size="small" @click.native="reloadMockData">刷新</Button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue