-
-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
需求统计,在这里需求比较高的优先处理。每个需求开一条回复,有相同需求的点表情中的赞 #131
Comments
|
|
|
这个搜索能不能给个参数放出来,用来过滤掉搜索条件之外的数据,目前的现象是搜索某一个节点,勾选其父节点,那么这个父节点地下所有的满足条件的和不满足条件的都会被勾选上 |
可以使用自定义筛选函数
在 2021-01-07 16:23:59,"hty-zax" <notifications@github.com> 写道:
这个搜索能不能给个参数放出来,用来过滤掉搜索条件之外的数据,目前的现象是搜索某一个节点,勾选其父节点,那么这个父节点地下所有的满足条件的和不满足条件的都会被勾选上
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
浏览器引用要怎么搞? |
https://unpkg.com/el-tree-transfer@2.4.7/dist/treeTransfer.min.js 应该src引入就行
在 2021-01-12 15:31:04,"Feng" <notifications@github.com> 写道:
浏览器引用要怎么搞?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
什么时候支持vue3.0,或者有这方面的计划么 |
已经有vue3用于生产环境了吗
在 2021-01-29 16:11:32,"Awpeng" <notifications@github.com> 写道:
什么时候支持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,发现报错用不了 |
年前尽量出一版
在 2021-02-01 10:54:21,"Awpeng" <notifications@github.com> 写道:
已经有vue3用于生产环境了吗 在 2021-01-29 16:11:32,"Awpeng" notifications@github.com 写道: 什么时候支持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.
|
Vue3生产环境需求+1 |
vue3+ts 在路上 |
通讯录结构,右侧不出现密送人 |
配置正确,不显示label |
其他框架能用吗?例如layui... |
能够添加获取右侧数据的 key 列表(无论选中与否)的方法,或者能够通过 v-model 绑定右侧数据的 key 列表,可以直接替换掉 defaultCheckedKeys,这样在选好数据后就可以不用单独处理右侧的数据直接提交后台了。 |
请问?能在普通H5的html页面里面配合vue和element使用吗? 怎么初始化 |
请问?能在普通H5的html页面里面配合vue和element使用吗? 怎么初始化 |
需求是这样的,父节点是不允许勾选的,然后只能选择最底层的子节点,这样穿梭到右侧时,就不带父节点,然后右侧穿梭框还可以通过拖拽列表进行排序 |
请问这个还没有上线吗,在文档中并没有找到相关内容 |
:from_data='FromData' @remove-btn='remove' 的remove 方法实现对fromData排序后,如何重新渲染左侧树展示呢? 以下实现排序后重新给this.FromData赋值,左侧树没有重新渲染 |
手动调用穿梭只有从左向右添加的方法没办法从右向左删除,需要加上removeToSource方法 |
The text was updated successfully, but these errors were encountered: