数据穿透新增页面

This commit is contained in:
2023-06-09 10:20:38 +08:00
parent 857a427be6
commit 72f0109f93
132 changed files with 15962 additions and 205 deletions
@@ -91,7 +91,7 @@ namespace FineUIPro.Web.ZHGL.ManagementReport
private string SubStr(string str)
{
string reStr = string.Empty;
string reStr = str;
if (!string.IsNullOrEmpty(str) && str.Length > 16)
{
reStr = str.Substring(0, 16) + "..";