@page "/app/order" @attribute [ReuseTabsPage(Title = "订单管理")] @{ var tag = row.Necessary ? "必需" : "非必需"; var color = row.Necessary ? TagColor.Green : TagColor.Blue; } @tag @{ var type = row.Icon; }