修改项目级首页

This commit is contained in:
高飞 2023-09-12 15:20:29 +08:00
parent a15d27e4eb
commit dc3ef91a43
2 changed files with 1297 additions and 1012 deletions

File diff suppressed because it is too large Load Diff

View File

@ -862,7 +862,7 @@ namespace FineUIPro.Web.common
div_grlc.InnerHtml = getDataList.Count().ToString();
foreach (var item in getDataList)
{
returnDbHtml += "<div class=\"li\" style=\"cursor:pointer\" onclick=\"returnWindows(\"" + item.PCUrl + "\")\"><span>" + item.MenuName + "</span><span>" + item.Content + "</span><span>" +
returnDbHtml += "<div class=\"li\" style=\"cursor:pointer\" onclick=\"returnWindows('" + item.PCUrl + "')\"><span>" + item.MenuName + "</span><span>" + item.Content + "</span><span>" +
item.DataTime.ToString().Replace('/', '-').Split(' ')[0] + "</span></div>";
}
}