Browse Source

Update Part-5.md

Fix doc issue which should be "edit".
pull/11829/head
haiping fan 4 years ago
committed by GitHub
parent
commit
f5481b032f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/zh-Hans/Tutorials/Part-5.md

2
docs/zh-Hans/Tutorials/Part-5.md

@ -458,7 +458,7 @@ export class BookRoutingModule {}
</button>
````
* 加入 `*abpPermission="'BookStore.Books.Create'"`, 当用户没有编辑权限时隐藏按钮.
* 加入 `*abpPermission="'BookStore.Books.Edit'"`, 当用户没有编辑权限时隐藏按钮.
* 加入 `*abpPermission="'BookStore.Books.Delete'"`, 当用户没有删除权限时隐藏按钮.
{{else if UI == "Blazor"}}

Loading…
Cancel
Save