d2-crud-plus icon indicating copy to clipboard operation
d2-crud-plus copied to clipboard

面向配置的crud框架,基于d2-admin的d2-crud,简化d2-crud配置,快速开发crud功能;支持远程数据字典,国际手机号校验,alioss、腾讯云cos、七牛云文件上传、头像裁剪,省市区选择,权限管理,代码生成

Results 54 d2-crud-plus issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.4.3 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

目前表格操作栏的自定义按钮绑定事件需要为每个按钮添加监听事件, 当按钮较多时, 代码比较冗长啰嗦. ``` custom:[//自定义按钮 { //配置同上 //点击事件,需要在 emit: 'custom-emit' } ], ``` ``` ``` 希望对这种情况, 能提供所有自定义按钮整体监听的方法, 用某个字段区分点击的按钮. 业务代码里可以根据不同的按钮调用不同功能. 查看源码, 目前并没有将按钮配置向外传递, 因此外层无法知道点击的是哪个按钮. 希望这里可以进行一些改进. 谢谢 ``` // d2-crud-plus/packages/d2-crud-x/src/mixin/handleRow.js : 118 if...

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

RT! 看了下是项目里dependencies-cdn.js这个配置导致的,能否配置成打包引用本地的资源路径 ![image](https://user-images.githubusercontent.com/12493868/170862779-356342b7-e048-43b0-8b9e-85c8e8ec70f8.png)

我要实现点击按钮后执行后台异步数据请求,按钮出现类似elment ui 的loading:true效果,然后等后台任务完成后反馈完成状态,再结束加载图标状态。请问怎么实现?,我尝试了修改rowHandle配置中loading 但并获得想要的效果。谢谢!

![4d890aeef008873dbc007278cfb2160](https://user-images.githubusercontent.com/10875921/167525979-3cc03a36-e7f8-4a00-9ac5-896cbac20cd5.png)

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

接口返回如下 前端配置如下 此时页面没有任何返回,如果把返回的数据写入dict:{data:[]}中 则前端页面可以显示数据,why?

菜单管理添加新菜单时选取icon可以自定义吗

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies