tree-transfer icon indicating copy to clipboard operation
tree-transfer copied to clipboard

需求统计,在这里需求比较高的优先处理。每个需求开一条回复,有相同需求的点表情中的赞

Open hql7 opened this issue 3 years ago • 24 comments

  1. 穿梭回左侧时,按照在原来左侧的位置排序而不是插到最下面(会有一定性能影响,因此可能会做成参数控制)

hql7 avatar Dec 22 '20 01:12 hql7

  1. 增加穿梭框模式左侧树右侧列表(有这个需求的可以详细讲讲为啥有这种需求)

hql7 avatar Dec 22 '20 01:12 hql7

  1. 穿梭左侧不减,右侧树结构

hql7 avatar Dec 22 '20 01:12 hql7

  1. 父子不关联穿梭功能 怎么使用,有demo吗?

EdisonYoung23 avatar Jan 07 '21 07:01 EdisonYoung23

这个搜索能不能给个参数放出来,用来过滤掉搜索条件之外的数据,目前的现象是搜索某一个节点,勾选其父节点,那么这个父节点地下所有的满足条件的和不满足条件的都会被勾选上

hty-zax avatar Jan 07 '21 08:01 hty-zax

可以使用自定义筛选函数

在 2021-01-07 16:23:59,"hty-zax" [email protected] 写道:

这个搜索能不能给个参数放出来,用来过滤掉搜索条件之外的数据,目前的现象是搜索某一个节点,勾选其父节点,那么这个父节点地下所有的满足条件的和不满足条件的都会被勾选上

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

hql7 avatar Jan 08 '21 06:01 hql7

浏览器引用要怎么搞?

iampcfox avatar Jan 12 '21 07:01 iampcfox

https://unpkg.com/[email protected]/dist/treeTransfer.min.js 应该src引入就行

在 2021-01-12 15:31:04,"Feng" [email protected] 写道:

浏览器引用要怎么搞?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

hql7 avatar Jan 12 '21 09:01 hql7

什么时候支持vue3.0,或者有这方面的计划么

wenpeng-ai avatar Jan 29 '21 08:01 wenpeng-ai

已经有vue3用于生产环境了吗

在 2021-01-29 16:11:32,"Awpeng" [email protected] 写道:

什么时候支持vue3.0,或者有这方面的计划么

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

hql7 avatar Jan 29 '21 10:01 hql7

已经有vue3用于生产环境了吗 在 2021-01-29 16:11:32,"Awpeng" [email protected] 写道: 什么时候支持vue3.0,或者有这方面的计划么 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

是的呢,以前Vue2.x 用的这个组件,现在想迁移到Vue3.0,发现报错用不了

wenpeng-ai avatar Feb 01 '21 02:02 wenpeng-ai

年前尽量出一版

在 2021-02-01 10:54:21,"Awpeng" [email protected] 写道:

已经有vue3用于生产环境了吗 在 2021-01-29 16:11:32,"Awpeng" [email protected] 写道: 什么时候支持vue3.0,或者有这方面的计划么 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

是的呢,以前Vue2.x 用的这个组件,现在想迁移到Vue3.0,发现报错用不了

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

hql7 avatar Feb 01 '21 02:02 hql7

Vue3生产环境需求+1

Jason0715 avatar Feb 03 '21 07:02 Jason0715

vue3+ts 在路上

hql7 avatar Feb 05 '21 09:02 hql7

通讯录结构,右侧不出现密送人
右侧收件人列表、右侧抄送人列表、右侧密送人 在左侧插入时候每个数据只能插入一个列表的地方

weiqngg avatar Mar 25 '21 01:03 weiqngg

配置正确,不显示label

bayniidt avatar Apr 12 '21 06:04 bayniidt

其他框架能用吗?例如layui...

ReberMusk avatar May 19 '21 02:05 ReberMusk

能够添加获取右侧数据的 key 列表(无论选中与否)的方法,或者能够通过 v-model 绑定右侧数据的 key 列表,可以直接替换掉 defaultCheckedKeys,这样在选好数据后就可以不用单独处理右侧的数据直接提交后台了。 现在的情况是将右侧的数据提交给后台时要先将右侧的数据转换成 key 数组

elewen avatar May 25 '21 03:05 elewen

浏览器引用要怎么搞?

请问?能在普通H5的html页面里面配合vue和element使用吗? 怎么初始化

Sky-Young avatar Jun 11 '21 02:06 Sky-Young

请问?能在普通H5的html页面里面配合vue和element使用吗? 怎么初始化

Sky-Young avatar Jun 11 '21 09:06 Sky-Young

能否在进行表单验证的时候整体一个提示(组件下方红色字体),而搜索框不进行验证(搜索框颜色不高亮警示)。 el-tree-transfor表单验证

MoMoOwO avatar Jul 01 '21 07:07 MoMoOwO

  1. 增加穿梭框模式左侧树右侧列表(有这个需求的可以详细讲讲为啥有这种需求)

需求是这样的,父节点是不允许勾选的,然后只能选择最底层的子节点,这样穿梭到右侧时,就不带父节点,然后右侧穿梭框还可以通过拖拽列表进行排序

L3gacy03 avatar Jul 16 '21 08:07 L3gacy03

  1. 穿梭回左侧时,按照在原来的位置排序而不是插入到下面(会有一定的性能影响,因此可能会变成参数控制)

请问这个还没有上线吗,在文档中并没有找到相关内容

w6990548 avatar Dec 20 '21 06:12 w6990548

  1. 穿梭回左侧时,按照在原来左侧的位置排序而不是插到最下面(会有一定性能影响,因此可能会做成参数控制)

:from_data='FromData' @remove-btn='remove' 的remove 方法实现对fromData排序后,如何重新渲染左侧树展示呢?

以下实现排序后重新给this.FromData赋值,左侧树没有重新渲染 remove(fromData, toData, obj) { // 对 fromData 排序 this.sortTree(fromData) console.log('ordered fromData: ') console.log(fromData) this.FromData = fromData },

Smelly-calf avatar Dec 24 '21 03:12 Smelly-calf

手动调用穿梭只有从左向右添加的方法没办法从右向左删除,需要加上removeToSource方法

zheyuea avatar Apr 24 '22 07:04 zheyuea