Merge pull request #265 from xcchcaptain/patch-1

更新文本错误
This commit is contained in:
iczer 2021-11-23 11:11:34 +08:00 committed by GitHub
commit 56635a948b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ permission = {
operation: ['add', 'delete', 'edit', 'close'] //权限下的操作权限
}
```
你也可以设置 role 的值为字符串,比如 permission = 'form', 它等同于:
你也可以设置 permission 的值为字符串,比如 permission = 'form', 它等同于:
```js
permission = {
id: 'form'