Ver código fonte

属性类型

yusheng 11 meses atrás
pai
commit
cc2530998f
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/BIZComponents/product-list.vue

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

@@ -330,8 +330,8 @@
             label: '属性类型',
             showOverflowTooltip: true,
             formatter: (row, column) => {
-              if (row.produceType) {
-                return row.produceType
+              if (row.componentAttribute) {
+                return row.componentAttribute
                   .map((item) => {
                     return lbjtList[item];
                   })