@@ -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];
})