ViewUIPlus
ViewUIPlus copied to clipboard
An enterprise-level UI component library and front-end solution based on Vue.js 3
### What problem does this feature solve? 为用户显示文件上传失败记录 https://ant.design/components/upload-cn/ https://www.naiveui.com/zh-CN/os-theme/components/upload ### What does the proposed API look like? fileList支持status配置 参考Ant Design https://ant.design/components/upload-cn/ 参考Naive UI https://www.naiveui.com/zh-CN/os-theme/components/upload 
### What problem does this feature solve? 1.比如我想导出一个部门的数据,在选择了最顶级的部门之后,其子部门也应当全部被导出,所以子节点也应当被全部选中; 2.如果所有子节点不是全部选中状态,则相应父节点以待定状态表示; 3.子节点全部未选中,则父节点也应当是未选中状态 ### What does the proposed API look like? childs-select,开启子节点根据父节点状态变更
### What problem does this feature solve? 方便用户查找 ### What does the proposed API look like? 大数据下查找到需要的数据
### What problem does this feature solve? 界面上有两个select组件,id:select1,select2。select1 onchange事件会修改select2关联的data()里面数据,从而触发select2 onchange事件。select2 onchange事件会修改select1关联的data()里面数据会触发select1 onchagne事件。这样会形成死循环。 ### What does the proposed API look like? select1 onchange时间会修改select2关联的data()里面数据,不希望触发select2 onchange事件。 select2 onchange时间会修改select1关联的data()里面数据,不希望触发select1 onchange事件。 有什么办法能达到?
### Environment vue3x ### Reproduction link [https://run.iviewui.com/](https://run.iviewui.com/) ### Steps to reproduce Drawer 组件添加使用z-index属性 ### What is expected? 可设置z-index ### What is actually happening? 设置无效果
解决了drawer设置z-index无效的bug
### Environment win10, chrome 106.0.5249.103, vue3 ### Reproduction link [https://run.iviewui.com/ylqKvAEN](https://run.iviewui.com/ylqKvAEN) ### Steps to reproduce 使用 table 的 render 函数,渲染的按钮,设置 type 等无效 ### What is expected? Action 列是红色、白字 ### What is...
### Environment 最新chrome ### Reproduction link [https://run.iviewui.com/QHHdO891](https://run.iviewui.com/QHHdO891) ### Steps to reproduce 直接点击button按钮即可 ### What is expected? 保留一个数据 ### What is actually happening? 一个数据也没保留
这怎么解决??为什么会这样,用不了??
### Environment Macos最新/Chrome最新/Vue 3.2.37 ### Reproduction link https://run.iviewui.com/KSnhkABw ### Steps to reproduce Select启用allow-create,列表无数据,点击下拉框 ### What is expected? 点击下拉默认显示not-found-text ### What is actually happening? 点击下拉默认为空 