@tddc/assign-modal 3.1.1 → 3.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -13
- package/package.json +1 -1
- package/src/assign-modal.md +0 -4
package/README.md
CHANGED
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: 机构应用授权
|
|
3
|
-
group:
|
|
4
|
-
path: /
|
|
5
|
-
nav:
|
|
6
|
-
title: 组件
|
|
7
|
-
path: /components
|
|
8
|
-
---
|
|
9
|
-
|
|
10
1
|
# AssignModal 授权弹窗组件
|
|
11
2
|
|
|
12
3
|
用于管理机构、应用(渠道)、用户授权的复杂业务组件,支持树形机构选择、多选应用和用户,以及全局授权等功能。
|
|
@@ -498,7 +489,3 @@ const dataItem = {
|
|
|
498
489
|
// 其他属性...
|
|
499
490
|
/>
|
|
500
491
|
```
|
|
501
|
-
|
|
502
|
-
## License
|
|
503
|
-
|
|
504
|
-
ISC
|
package/package.json
CHANGED