steps3.js 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. export default [{
  2. InfoPointName: "原始点位描述",
  3. InfoPointCode: "Description",
  4. InputMode: "B1",
  5. Visible: true,
  6. FirstTag: ""
  7. },
  8. {
  9. InfoPointName: "位置",
  10. InfoPointCode: "LocationFlag",
  11. InputMode: "B1",
  12. Visible: true,
  13. FirstTag: ""
  14. },
  15. {
  16. InfoPointName: "关键内容",
  17. InfoPointCode: "Remarks",
  18. InputMode: "B1",
  19. Visible: true,
  20. FirstTag: ""
  21. },
  22. {
  23. InfoPointName: "设备标识",
  24. InfoPointCode: "EquipmentMark",
  25. InputMode: "B1",
  26. Visible: true,
  27. FirstTag: ""
  28. },
  29. {
  30. InfoPointName: "数据字典设备类&信息点",
  31. InfoPointCode: "PhysicalRelated",
  32. InputMode: "B1",
  33. Visible: true,
  34. FirstTag: ""
  35. },
  36. {
  37. InfoPointName: "值处理方式",
  38. InfoPointCode: "DataRuleType",
  39. InputMode: "B1",
  40. Visible: true,
  41. FirstTag: ""
  42. },
  43. {
  44. InfoPointName: "备注",
  45. InfoPointCode: "Remarks",
  46. InputMode: "B1",
  47. Visible: true,
  48. FirstTag: ""
  49. },
  50. {
  51. InfoPointName: "操作",
  52. InfoPointCode: "edit",
  53. InputMode: "Own",
  54. Visible: true,
  55. FirstTag: ""
  56. }
  57. ]