diff --git a/src/views/sponeScreen/longYW/InspectionTasks.vue b/src/views/sponeScreen/longYW/InspectionTasks.vue index 23bebc4..a61dd6a 100644 --- a/src/views/sponeScreen/longYW/InspectionTasks.vue +++ b/src/views/sponeScreen/longYW/InspectionTasks.vue @@ -25,7 +25,9 @@

{{ item.taskName }}

-

{{ item2.userName }}

+
+ {{ item2.userName }}  +

{{ item.status == 'to_start' @@ -122,6 +124,12 @@ display: inline-block; } } + .scrollCont { + .ellipsis { + width: 25%; + text-align: center; + } + } } .head-right { cursor: pointer;