fix(通用功能): 接口列表表格调整
--user=郭雨琦 去掉用例数与通过率排序 --bug=1015216 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001015216
This commit is contained in:
parent
637c997ae1
commit
65c3158548
|
@ -174,7 +174,6 @@
|
|||
:field="item"
|
||||
:fields-width="fieldsWidth"
|
||||
min-width="100px"
|
||||
sortable
|
||||
:label="$t('api_test.definition.api_case_number')"/>
|
||||
|
||||
<ms-table-column
|
||||
|
@ -189,7 +188,6 @@
|
|||
prop="casePassingRate"
|
||||
:field="item"
|
||||
min-width="120px"
|
||||
sortable
|
||||
:fields-width="fieldsWidth"
|
||||
:label="$t('api_test.definition.api_case_passing_rate')"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue