An open API service indexing awesome lists of open source software.

https://github.com/aaronw-be/hcrm-web


https://github.com/aaronw-be/hcrm-web

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# H-CRM

### 自定义指令
* v-permission: 权限测试指令
```vuejs
创建订单
```
指令自动查询用户是否拥有指令权限列表中的权限,若无则在dom中删除此元素。
位置: [permission.js](src/dicrectives/permission.js)