fix transfer

This commit is contained in:
jingsam 2017-03-08 17:04:07 +08:00
parent 5b19b5f55f
commit 16a87cde09
2 changed files with 89 additions and 12 deletions

View file

@ -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>