diff --git a/frontend/src/views/api-test/scenario/components/scenarioTable.vue b/frontend/src/views/api-test/scenario/components/scenarioTable.vue index 6db2805797..ab135a3536 100644 --- a/frontend/src/views/api-test/scenario/components/scenarioTable.vue +++ b/frontend/src/views/api-test/scenario/components/scenarioTable.vue @@ -118,16 +118,6 @@ - - - {{ characterLimit(record.createUserName) }} - - - - - {{ characterLimit(record.updateUserName) }} - - @@ -786,9 +776,7 @@ }, { title: 'apiScenario.table.columns.createUser', - dataIndex: 'createUser', - slotName: 'createUserName', - showInTable: false, + dataIndex: 'createUserName', showTooltip: true, showDrag: true, width: 109, @@ -803,9 +791,7 @@ }, { title: 'apiScenario.table.columns.updateUser', - dataIndex: 'updateUser', - slotName: 'updateUserName', - showInTable: false, + dataIndex: 'updateUserName', showTooltip: true, showDrag: true, width: 109,