Browse Source

refactor(product-list): 将measureUnit重命名为measuringUnit

liujt 7 months ago
parent
commit
91561b35fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/BIZComponents/product-list.vue

+ 1 - 1
src/BIZComponents/product-list.vue

@@ -381,7 +381,7 @@
             showOverflowTooltip: true
           },
           {
-            prop: 'measureUnit',
+            prop: 'measuringUnit',
             label: '计量单位',
             showOverflowTooltip: true,
             align: 'center',