| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- export default [{
- InfoPointName: "原始点位描述",
- InfoPointCode: "Description",
- InputMode: "B1",
- Visible: true,
- FirstTag: ""
- },
- {
- InfoPointName: "位置",
- InfoPointCode: "LocationFlag",
- InputMode: "B1",
- Visible: true,
- FirstTag: ""
- },
- {
- InfoPointName: "关键内容",
- InfoPointCode: "Remarks",
- InputMode: "B1",
- Visible: true,
- FirstTag: ""
- },
- {
- InfoPointName: "设备标识",
- InfoPointCode: "EquipmentMark",
- InputMode: "B1",
- Visible: true,
- FirstTag: ""
- },
- {
- InfoPointName: "数据字典设备类&信息点",
- InfoPointCode: "PhysicalRelated",
- InputMode: "B1",
- Visible: true,
- FirstTag: ""
- },
- {
- InfoPointName: "值处理方式",
- InfoPointCode: "DataRuleType",
- InputMode: "B1",
- Visible: true,
- FirstTag: ""
- },
- {
- InfoPointName: "备注",
- InfoPointCode: "Remarks",
- InputMode: "B1",
- Visible: true,
- FirstTag: ""
- },
- {
- InfoPointName: "操作",
- InfoPointCode: "edit",
- InputMode: "Own",
- Visible: true,
- FirstTag: ""
- }
- ]
|