2023-02-16 焊接修改
This commit is contained in:
@@ -117,11 +117,11 @@ namespace FineUIPro.Web.HJGL.PersonManage
|
||||
tn.NodeID = sitem.PersonId;
|
||||
if (sitem.States != Const.State_1)
|
||||
{
|
||||
tn.Text = "<font color='#EE0000'>" + sitem.PersonName + "</font>";
|
||||
tn.Text = "<font color='#EE0000'>" + sitem.PersonName + "【" + sitem.WelderCode + "】" + "</font>";
|
||||
}
|
||||
else
|
||||
{
|
||||
tn.Text = sitem.PersonName;
|
||||
tn.Text = sitem.PersonName + "【" + sitem.WelderCode + "】";
|
||||
}
|
||||
tn.EnableClickEvent = true;
|
||||
rootNode.Nodes.Add(tn);
|
||||
|
||||
Reference in New Issue
Block a user