Commit d6685b17 authored by litengwei's avatar litengwei

巡检统计巡检点列表等级隐藏

parent 1f0f1d08
...@@ -1389,13 +1389,13 @@ public class PointServiceImpl implements IPointService { ...@@ -1389,13 +1389,13 @@ public class PointServiceImpl implements IPointService {
temph2.put("title","名称"); temph2.put("title","名称");
temph2.put("type","name"); temph2.put("type","name");
temph2.put("key","name"); temph2.put("key","name");
HashMap<String, Object> temph3 = new HashMap<>(); // HashMap<String, Object> temph3 = new HashMap<>();
temph3.put("fid","level"); // temph3.put("fid","level");
temph3.put("dataIndex","level"); // temph3.put("dataIndex","level");
temph3.put("name","等级"); // temph3.put("name","等级");
temph3.put("title","等级"); // temph3.put("title","等级");
temph3.put("type","level"); // temph3.put("type","level");
temph3.put("key","level"); // temph3.put("key","level");
HashMap<String, Object> temph4 = new HashMap<>(); HashMap<String, Object> temph4 = new HashMap<>();
temph4.put("fid","groupName"); temph4.put("fid","groupName");
temph4.put("dataIndex","groupName"); temph4.put("dataIndex","groupName");
...@@ -1434,7 +1434,7 @@ public class PointServiceImpl implements IPointService { ...@@ -1434,7 +1434,7 @@ public class PointServiceImpl implements IPointService {
colModel.add(temph1); colModel.add(temph1);
colModel.add(temph2); colModel.add(temph2);
colModel.add(temph3); // colModel.add(temph3);
colModel.add(temph4); colModel.add(temph4);
colModel.add(temph5); colModel.add(temph5);
colModel.add(temph6); colModel.add(temph6);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment