fix(接口测试): 修复场景导入用户名显示错误问题

--bug=1037039 --user=王旭 【接口测试】github#29383,场景导入,场景列表显示的用户名,场景导入页面显示的用户id 不一致。客户那边的id是飞书同步过来的一串数字,导致识别不了人员 https://www.tapd.cn/55049933/s/1546720
This commit is contained in:
WangXu10 2024-07-11 14:10:16 +08:00 committed by 刘瑞斌
parent 26e5fb1578
commit 4a6673c1e1
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
style="margin-left: 0px; margin-right: 2px" />
</template>
</el-table-column>
<el-table-column prop="userId" :label="$t('api_test.automation.creator')" show-overflow-tooltip />
<el-table-column prop="creatorName" :label="$t('api_test.automation.creator')" show-overflow-tooltip/>
<el-table-column prop="updateTime" :label="$t('api_test.automation.update_time')" width="180">
<template v-slot:default="scope">
<span>{{ scope.row.updateTime | datetimeFormat }}</span>