ams icon indicating copy to clipboard operation
ams copied to clipboard

AMS是基于 Vue.js 和 Element组件库、通过JSON配置来快速搭建管理后台的一整套前端解决方案

Results 64 ams issues
Sort by recently updated
recently updated
newest added

0.34.5 'feat: block-mixin文件在created中,init和created生命周期调整', 'feat: array字段增加getShowState判断', 'feat: 新增timeline字段', 'feat: timeline的content支持html', 'feat: router增加tooltip配置', 'feat: tag(ams-plugin)增加后端参数', 'feat: 点击 Logo,在首次重复路径后,将会刷新当前页面', 'feat: routerPush 在异常场景将异常信息 reject 出去', 'feat: Logo 点击跳转使用 AMS 封装的 routerPush', 'feat: 新增ams.configs.defaultBlockConfig配置,修复小问题', 'fix:...

$ ams create hello-ams internal/modules/cjs/loader.js:583 throw err; ^ Error: Cannot find module 'D:\Mydata\Desktop\ams-project\index-create' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15) at Function.Module._load (internal/modules/cjs/loader.js:507:25) at Function.Module.runMain (internal/modules/cjs/loader.js:742:12) at startup (internal/bootstrap/node.js:283:19) at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)

假如我有个页面是表单配置,在另一个表格的新增编辑用上了,是不是可以不需要重复配置,而是可以通过在 initBlock 时检查 block 配置结构,针对 event/action 内关于 "?.?" 的事件调用应预先检测 ams.$blocks 是否有对应的挂载,没有的话尝试通过 ams.getBlock(name) 获取,然后添加到当前的 blocks 对象内?

定义模板的局部变量,优化代码

[email protected] 如官网 Table 示例: ![image](https://user-images.githubusercontent.com/16262426/102605336-17639480-4160-11eb-8334-67571412177b.png) 源码: ![image](https://user-images.githubusercontent.com/16262426/102605751-bb4d4000-4160-11eb-91c5-d8ea25647a34.png)