瀏覽代碼

fix property text

haojianlong 5 年之前
父節點
當前提交
f5ef69d00f
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/ledger/facility/parts/index.vue
  2. 1 1
      src/views/ledger/facility/partsmanage/index.vue

+ 1 - 1
src/views/ledger/facility/parts/index.vue

@@ -280,7 +280,7 @@ export default {
           readOnly: true
         },
         {
-          data: "PropertyName",
+          data: "PropertyLocalName",
           readOnly: true
         }
       );

+ 1 - 1
src/views/ledger/facility/partsmanage/index.vue

@@ -427,7 +427,7 @@ export default {
           readOnly: true
         },
         {
-          data: "PropertyName",
+          data: "PropertyLocalName",
           readOnly: true
         }
       );