diff --git a/src/views/Report/ReportDetail.vue b/src/views/Report/ReportDetail.vue index 7f87f22..1c343c4 100644 --- a/src/views/Report/ReportDetail.vue +++ b/src/views/Report/ReportDetail.vue @@ -91,7 +91,7 @@ {{ item.userName.slice(0, 1) }}
- {{ (item.orgName || '') + "【" + item.userName + "】" }} + {{ (item.account || '') + "【" + item.userName + "】" }}
@@ -437,6 +437,7 @@ export default { width: 100%; color: #434343; margin-bottom: 5px; + word-break: break-all; } .bottom {