Quellcode durchsuchen

fix property text

haojianlong vor 5 Jahren
Ursprung
Commit
f5ef69d00f

+ 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
         }
       );