فهرست منبع

修改显示问题

695593266@qq.com 3 هفته پیش
والد
کامیت
96ed567f71
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/views/workOrder/index.vue

+ 2 - 1
src/views/workOrder/index.vue

@@ -490,7 +490,8 @@
                 let assignees = row.list.map((item) => item.assignees)?.flat();
                 return assignees?.map((item) => item.assigneeName).join(',');
               }
-            }
+            },
+            showOverflowTooltip: true
           },
           {
             prop: 'productionPlanCode',