Browse Source
Merge pull request #11832 from abpframework/auto-merge/rel-5-1/901
Merge branch dev with rel-5.1
pull/11843/head
maliming
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
docs/zh-Hans/Tutorials/Part-4.md
-
docs/zh-Hans/Tutorials/Part-5.md
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
# Web应用程序开发教程 - 第三章: 集成测试 |
|
|
|
# Web应用程序开发教程 - 第四章: 集成测试 |
|
|
|
````json |
|
|
|
//[doc-params] |
|
|
|
{ |
|
|
|
|
|
|
|
@ -458,7 +458,7 @@ export class BookRoutingModule {} |
|
|
|
</button> |
|
|
|
```` |
|
|
|
|
|
|
|
* 加入 `*abpPermission="'BookStore.Books.Create'"`, 当用户没有编辑权限时隐藏按钮. |
|
|
|
* 加入 `*abpPermission="'BookStore.Books.Edit'"`, 当用户没有编辑权限时隐藏按钮. |
|
|
|
* 加入 `*abpPermission="'BookStore.Books.Delete'"`, 当用户没有删除权限时隐藏按钮. |
|
|
|
|
|
|
|
{{else if UI == "Blazor"}} |
|
|
|
|