Activities of "327992883@qq.com"

Have you applied the latest code? you can check it.

yes,is the latest

Have you applied the latest code? you can check it.

this is my code

@* ************************* PAGE HEADER ************************* *@
<Volo.Abp.AspNetCore.Components.Web.Theming.Layout.PageHeader BreadcrumbItems="breadcrumbItems" Toolbar="toolbar"></Volo.Abp.AspNetCore.Components.Web.Theming.Layout.PageHeader>
@* ************************* DATA GRID ************************* *@
<LDMutiSelect TValue="Guid" GetData="GetData"></LDMutiSelect>`
`private List<Volo.Abp.BlazoriseUI.BreadcrumbItem> breadcrumbItems = new List<Volo.Abp.BlazoriseUI.BreadcrumbItem>() { new Volo.Abp.BlazoriseUI.BreadcrumbItem("demo1", "/aaa", "aaa") };
private PageToolbar toolbar = new();
protected override void OnInitialized()
{
    toolbar.AddButton("Test", () => Task.CompletedTask);
    //父组件TableOption初始化之后再初始化子组件
    base.OnInitialized();
}

I know that BreadcrumbItems have been deleted, but the toolbar button is no longer on my page. The tenant page is but the newly created page is not.

Updated

Hi I just discovered a fatal bug. The Toolbar and breadcrumbItems in the PageHeader in the code generated by abp suite will not be displayed, and the tab content will be blank. <Volo.Abp.AspNetCore.Components.Web.Theming.Layout.PageHeader BreadcrumbItems="breadcrumbItems" Toolbar="toolbar"></Volo.Abp.AspNetCore.Components.Web.Theming.Layout.PageHeader>

Hi,

I have improved the logic to get the page title from the menu item.

https://gist.github.com/realLiangshiwei/a71887cb41b679739599ce52b30ec151

Something seems wrong with the code

Hi,

I updated the code: https://gist.github.com/realLiangshiwei/a71887cb41b679739599ce52b30ec151

Now it basically works, maybe there may be some minor problems, but not a big problem.
This is a big work, and I can't make it perfect in a short time : )

You can change it according to your needs.

Hello, there is a big problem here, that is, after I clicked on the menu page created using abp suite, the tab above was blank and wrong, and the create button of the tenant page also appeared in the demo4 page, and the top The tab has no translation

This is just an idea and simple code.

There are still many imperfections in it, You should improve it based on it

Thank you very much, but if you switch the tab at the top, the toolbar of the page will not change.

Hi,

It's possible, But need to customize the theme.

I will investigate and give you some sample code.

ok thank you

thank you

According to the address you provided, I created MyUserManagement according to the instructions in the link, but the Razor file in it was abnormal. https://gist.github.com/realLiangshiwei/bc88b4c7a9b1d7757084da05f179e5fe

This file appears to be too old to be used Is there any good solution? Or can you tell me what is the reason for this problem and how to solve it?

I made the changes, but they still have no effect,The image was initially uploaded incorrectly. The following is the correct log image

Showing 21 to 30 of 33 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13