linwenxin hace 9 meses
padre
commit
618a80d16f

+ 4 - 0
src/views/workOrder/workOrderPool/detailModule/workOrderInfo/mixins/hs_productColumns.js

@@ -87,6 +87,10 @@ export default {
                         (this.serviceCategoryListData.find(item => item.id == row?.bigId)?.children || []).find(
                           item => item.id == val
                         )?.name || ''
+                      row.imgUrl =
+                        (this.serviceCategoryListData.find(item => item.id == row?.bigId)?.children || []).find(
+                          item => item.id == val
+                        )?.imgUrl || ''
                       row.productId = ''
                       row.productName = ''
                       row.num = ''