yusheng hai 11 meses
pai
achega
cc2530998f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/BIZComponents/product-list.vue

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

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