diff --git a/frontend/src/views/test-plan/testPlan/components/planTable.vue b/frontend/src/views/test-plan/testPlan/components/planTable.vue index 087066fb8f..d534e104cc 100644 --- a/frontend/src/views/test-plan/testPlan/components/planTable.vue +++ b/frontend/src/views/test-plan/testPlan/components/planTable.vue @@ -103,8 +103,10 @@ - - {{ record.createUserName || '-' }} + + + {{ characterLimit(record.createUserName) }} +