12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- export default [{
- InfoPointName: "原始点位描述",
- InfoPointCode: "Description",
- InputMode: "B1",
- Visible: true,
- FirstTag: ""
- },
- {
- InfoPointName: "位置标签",
- InfoPointCode: "LocationFlag",
- InputMode: "myOwn",
- Visible: true,
- FirstTag: ""
- },
- {
- InfoPointName: "备注",
- InfoPointCode: "Remarks",
- InputMode: "B1",
- Visible: true,
- FirstTag: ""
- },
- {
- InfoPointName: "对象类型关键字",
- InfoPointCode: "KeyEquipmentType",
- InputMode: "B1",
- Visible: true,
- FirstTag: ""
- },
- {
- InfoPointName: "对象参数关键字",
- InfoPointCode: "KeyEquipmentParameter",
- 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: "edit",
- InputMode: "Own",
- Visible: true,
- FirstTag: ""
- }
- ]
|