소스 검색

属性类型

yusheng 11 달 전
부모
커밋
cc2530998f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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];
                   })