greper
greper
可以配置字段,然后配置其在表格中隐藏
formatter不支持异步方法
http://preview.d2-crud-plus.docmirror.cn/D2CrudPlusExample/index.html#/demo/form/select 
毕竟是做了一层包装,比原生是要慢一点,这个好像不太好优化了
``` /** * 激活行内编辑 */ // this.getD2Crud().handleLineEdit(index,row) /** * 取消行内编辑 */ // this.getD2Crud().handleLineEditCancel(index,row) /** * 保存行内编辑 */ // this.getD2Crud().handleLineEditSave(index,row) ``` 隐藏分页 http://preview.d2-crud-plus.docmirror.cn/D2CrudPlusExample/index.html#/demo/form/noPagination
太多地方用到buildUrl,其中很多是computed里面调用的,不太好支持promise。 建议事先获取到sts,保存在data里面,然后再在buildUrl里面同步签名url
2.13.4支持配置successHandle,在上传完成后处理新值
请使用v2版本