refactor(测试用例): 用例列表显示创建人

This commit is contained in:
shiziyuan9527 2021-06-07 16:12:47 +08:00 committed by 刘瑞斌
parent 553a6be841
commit 0ba12e68e9
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ public class TestCaseDTO extends TestCaseWithBLOBs {
private String performName;
private String lastResultId;
private String projectName;
private String createName;
private List<String> caseTags = new ArrayList<>();
}

View File

@ -65,7 +65,7 @@
</el-table-column>
<el-table-column
v-if="item.id == 'createUser'"
prop="createUser"
prop="createName"
:label="$t('commons.create_user')"
show-overflow-tooltip
:key="index"