Browse Source

修改流程信息格式

wb_han 5 years ago
parent
commit
48ac30ec5b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      HOZProject/FormHOZMain.cs

+ 1 - 1
HOZProject/FormHOZMain.cs

@@ -105,7 +105,7 @@ namespace HOZProject
             //主界面显示内容
             //主界面显示内容
             this.BeginInvoke((Action)delegate
             this.BeginInvoke((Action)delegate
             {
             {
-                this.listmsg.Items.Add("_" + e.HoleName +e.Time.ToString() + "_"+ e.Message + "_" + e.State );
+                this.listmsg.Items.Add(e.HoleName +"_" + e.Time.ToString() + "_"+ e.Message + "_" + e.State );
                 //显示流程中对应编号的内容
                 //显示流程中对应编号的内容
                 MeasureMsgManage.ShowMsgContent(this, e);
                 MeasureMsgManage.ShowMsgContent(this, e);
                 AddLogListInfo(e);
                 AddLogListInfo(e);