Commit b827bf80 authored by tangwei's avatar tangwei

修改编号

parent faba45d9
...@@ -1376,12 +1376,12 @@ public class PointServiceImpl implements IPointService { ...@@ -1376,12 +1376,12 @@ public class PointServiceImpl implements IPointService {
List< HashMap<String, Object>> colModel=new ArrayList<>(); List< HashMap<String, Object>> colModel=new ArrayList<>();
HashMap<String, Object> temph1 = new HashMap<>(); HashMap<String, Object> temph1 = new HashMap<>();
temph1.put("fid","pointNo"); temph1.put("fid","no");
temph1.put("dataIndex","pointNo"); temph1.put("dataIndex","no");
temph1.put("name","编号"); temph1.put("name","编号");
temph1.put("title","编号"); temph1.put("title","编号");
temph1.put("type","pointNo"); temph1.put("type","no");
temph1.put("key","pointNo"); temph1.put("key","no");
HashMap<String, Object> temph2 = new HashMap<>(); HashMap<String, Object> temph2 = new HashMap<>();
temph2.put("fid","name"); temph2.put("fid","name");
temph2.put("dataIndex","name"); temph2.put("dataIndex","name");
......
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