数据穿透新增页面
This commit is contained in:
@@ -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) + "..";
|
||||
|
||||
Reference in New Issue
Block a user