Преглед на файлове

设备关联资产 字段小写

haojianlong преди 4 години
родител
ревизия
72d82c9ebe
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 1 1
      src/components/ledger/handsontables/assets.vue
  2. 3 3
      src/components/ledger/handsontables/device.vue

+ 1 - 1
src/components/ledger/handsontables/assets.vue

@@ -639,7 +639,7 @@ export default {
           data: "caozuo",
           renderer: tools.lookDetails
         }, {
-          data: "LinkEquipLocalName",
+          data: "linkEquipLocalName",
           renderer: tools.LinkEquipLocalName,
           readOnly: true
         }

+ 3 - 3
src/components/ledger/handsontables/device.vue

@@ -830,7 +830,7 @@ export default {
             readOnly: true
           },
           {
-            data: "LinkEquipLocalName",
+            data: "linkEquipLocalName",
             readOnly: true,
             renderer: tools.LinkEquipLocalName
           },
@@ -840,7 +840,7 @@ export default {
             readOnly: true
           },
           {
-            data: "Count",
+            data: "count",
             readOnly: true,
             renderer: tools.lookDetails
           }
@@ -853,7 +853,7 @@ export default {
             readOnly: true
           },
           {
-            data: "LinkEquipLocalName",
+            data: "linkEquipLocalName",
             readOnly: true,
             renderer: tools.LinkEquipLocalName
           },