@page "/system/alllog/apilog" @attribute [ReuseTabsPage(Title = "接口日志管理")] @{ var formattedTime = row.CreateTime?.ToString("yyyy-MM-dd HH:mm:ss") ?? "N/A"; } @formattedTime
@inject ModalService ModalService; @inject ConfirmService ComfirmService;