Browse Source

modify pointconfig step3 header sort

haojianlong 5 years ago
parent
commit
671fdf1d92
1 changed files with 7 additions and 7 deletions
  1. 7 7
      src/utils/point_edit/steps3.js

+ 7 - 7
src/utils/point_edit/steps3.js

@@ -13,6 +13,13 @@ export default [{
         FirstTag: ""
     },
     {
+        InfoPointName: "备注",
+        InfoPointCode: "Remarks",
+        InputMode: "B1",
+        Visible: true,
+        FirstTag: ""
+    },
+    {
         InfoPointName: "对象类型关键字",
         InfoPointCode: "KeyEquipmentType",
         InputMode: "B1",
@@ -48,13 +55,6 @@ export default [{
         FirstTag: ""
     },
     {
-        InfoPointName: "备注",
-        InfoPointCode: "Remarks",
-        InputMode: "B1",
-        Visible: true,
-        FirstTag: ""
-    },
-    {
         InfoPointName: "操作",
         InfoPointCode: "edit",
         InputMode: "Own",