赞
踩
页面穿梭框
- <el-transfer
- v-model="allValue"
- style="text-align: left; display: inline-block; margin-top: 5px"
- :titles="['未选的列', '已选的列']"
- :props="{ key: 'id', label: 'append', disable: 'disable' }"
- :format="{
- noChecked: '${total}',
- hasChecked: '${checked}/${total}',
- }"
- @change="rightchange"
- target-order="push"
- :data="unitdataListnew"
- @right-check-change="choose"
- >
- </el-transfer>
上下移动按钮
- <el-button size="mini" @click="handleUp(-1)">上移</el-button
- >
- <el-button size="mini" @click="handleUp(1)">下移<
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。