Ver Fonte

颗粒列表中改为颗粒的坐标

cxs há 2 anos atrás
pai
commit
573fef6de4

+ 2 - 2
OTSIncAReportApp/1-UI/Control_Grids/ParticlesGridDevidePage.cs

@@ -668,8 +668,8 @@ namespace OTSIncAReportGrids
             {
                 if (strs[i] == "FiledCoordinate")
                 {
-                    keyValues.Add("SEMPosX", "SEMPosX");
-                    keyValues.Add("SEMPosY", "SEMPosY");
+                    keyValues.Add("PosX", "PosX");
+                    keyValues.Add("PosY", "PosY");
                 }
                 if (strs[i] == "Area")
                 {