浏览代码

修改显示问题

695593266@qq.com 2 月之前
父节点
当前提交
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',