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 [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. Release notes Sourced from ws's releases. 6.2.2 Bug fixes Backported 00c425ec to the 6.x release line (78c676d2). Commits 9bdb580 [dist] 6.2.2 78c676d [security] Fix...

dependencies

![image](https://user-images.githubusercontent.com/29058283/124724474-9e326000-df3e-11eb-8461-cd477b34e734.png) 当图片字段数组有相同值时,控制台有报错

``` 为了统一格式,请将下面一行复制到 `Title` 栏,然后删除这部分 BUG | 你的标题 ``` 如果需要,在这里描述具体内容 ![image](https://user-images.githubusercontent.com/20135897/120110715-33547300-c1a1-11eb-9f1a-a17b4b4ea2a1.png) ![image](https://user-images.githubusercontent.com/20135897/120110724-42d3bc00-c1a1-11eb-852b-17bf38595c92.png) 两个对比,是不是独立使用的时候做了什么转化啊。独立使用的时候我用的时头像裁剪模式/定义在crud中就是普通的文件上传,图片裁剪的时候是否可以考虑增加压缩功能?

你好我是刚开始用 d2-curd-plus 使用的真实接口后,浏览器报错 data is undefined 能请求到后端的数据 不知道为什么表格不显示数据

``` 为了统一格式,请将下面一行复制到 `Title` 栏,然后删除这部分 功能升级 | 你的标题 ``` 支持本地和远程获取支持promise吗 如果需要,在这里描述具体内容

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.1 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

`this.getD2Crud().showDialog({ mode: "bind-picker-save", rowIndex: null, //编辑或查看时,哪一行的数据 template: { picker_id: { title: "选择拣货员", rules: [{ required: true, message: "field is required" }], key: "picker_id", component: { name: "dict-select", value: null, props:...

关键代码 ``` 新增 ``` ``` rowHandle: { width: 260, fixed: 'right', view: { show: false }, edit: { show: false }, lineEditSave: { show: true }, lineEdit: { show: true...