refactor(性能测试): 报告列表页减少测试列显示

This commit is contained in:
CaptainB 2023-07-26 10:26:33 +08:00 committed by 刘瑞斌
parent aecce0d05f
commit 9e9369d716
2 changed files with 0 additions and 8 deletions

View File

@ -201,7 +201,6 @@ export let CUSTOM_TABLE_HEADER = {
// 测试报告列表
PERFORMANCE_REPORT_TABLE: [
{ id: "testName", key: "a", label: "report.test_name" },
{ id: "name", key: "b", label: "commons.name" },
{ id: "versionId", key: "c", label: "project.version.name" },
{ id: "userName", key: "d", label: "report.user_name" },

View File

@ -25,13 +25,6 @@
@refresh="search"
ref="table">
<span v-for="(item, index) in fields" :key="index">
<ms-table-column
:field="item"
:fields-width="fieldsWidth"
prop="testName"
:label="$t('report.test_name')"
show-overflow-tooltip>
</ms-table-column>
<ms-table-column
prop="name"
sortable