steps3.js 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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: "myOwn",
  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: "KeyEquipmentType",
  25. InputMode: "B1",
  26. Visible: true,
  27. FirstTag: ""
  28. },
  29. {
  30. InfoPointName: "对象参数关键字",
  31. InfoPointCode: "KeyEquipmentParameter",
  32. InputMode: "B1",
  33. Visible: true,
  34. FirstTag: ""
  35. },
  36. {
  37. InfoPointName: "对象标识",
  38. InfoPointCode: "EquipmentMark",
  39. InputMode: "B1",
  40. Visible: true,
  41. FirstTag: ""
  42. },
  43. {
  44. InfoPointName: "数据字典对象类&信息点",
  45. InfoPointCode: "PhysicalRelated",
  46. InputMode: "B1",
  47. Visible: true,
  48. FirstTag: ""
  49. },
  50. {
  51. InfoPointName: "值处理方式",
  52. InfoPointCode: "DataRuleType",
  53. InputMode: "B1",
  54. Visible: true,
  55. FirstTag: ""
  56. },
  57. {
  58. InfoPointName: "操作",
  59. InfoPointCode: "edit",
  60. InputMode: "Own",
  61. Visible: true,
  62. FirstTag: ""
  63. }
  64. ]