refactor(测试用例): 用例列表显示创建人
This commit is contained in:
parent
553a6be841
commit
0ba12e68e9
|
@ -16,6 +16,7 @@ public class TestCaseDTO extends TestCaseWithBLOBs {
|
||||||
private String performName;
|
private String performName;
|
||||||
private String lastResultId;
|
private String lastResultId;
|
||||||
private String projectName;
|
private String projectName;
|
||||||
|
private String createName;
|
||||||
|
|
||||||
private List<String> caseTags = new ArrayList<>();
|
private List<String> caseTags = new ArrayList<>();
|
||||||
}
|
}
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-if="item.id == 'createUser'"
|
v-if="item.id == 'createUser'"
|
||||||
prop="createUser"
|
prop="createName"
|
||||||
:label="$t('commons.create_user')"
|
:label="$t('commons.create_user')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
:key="index"
|
:key="index"
|
||||||
|
|
Loading…
Reference in New Issue