Closed gdlcf88 closed 4 years ago
https://github.com/EasyAbp/AbpHelper.CLI/blob/develop/src/AbpHelper/Templates/Crud/Groups/UiRazor/src/%7B%7B%20ProjectInfo.FullName%20%7D%7D.Web/Pages/%7B%7B%20EntityInfo.NamespaceLastPart%20%7D%7D/%7B%7B%20EntityInfo.Name%20%7D%7D/Index.cshtml.sbntxt
Refer to: https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Web/Pages/Identity/Roles/Index.cshtml
Needs "PageLayout" generation: Title, BreadCrumb and MenuItemName configurations in PageLayout.Content.
Title
BreadCrumb
MenuItemName
"\
"size-md" should be _6 and _6.
_6
Creation button needs permission check. Relate to: https://github.com/EasyAbp/AbpHelper.CLI/issues/33 .
"\" may need class="nowrap".
class="nowrap"
@inject IPageLayout PageLayout @{ PageLayout.Content.Title = L["Product"].Value; PageLayout.Content.BreadCrumb.Add(L["Menu:ProductManagement"].Value); PageLayout.Content.MenuItemName = "Product"; }
Close for now.
https://github.com/EasyAbp/AbpHelper.CLI/blob/develop/src/AbpHelper/Templates/Crud/Groups/UiRazor/src/%7B%7B%20ProjectInfo.FullName%20%7D%7D.Web/Pages/%7B%7B%20EntityInfo.NamespaceLastPart%20%7D%7D/%7B%7B%20EntityInfo.Name%20%7D%7D/Index.cshtml.sbntxt
Refer to: https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Web/Pages/Identity/Roles/Index.cshtml
Needs "PageLayout" generation:
Title
,BreadCrumb
andMenuItemName
configurations in PageLayout.Content."\
\
" should be "\"size-md" should be
_6
and_6
.Creation button needs permission check. Relate to: https://github.com/EasyAbp/AbpHelper.CLI/issues/33 .
"\" may need
class="nowrap"
.