fix(接口定义): 接口定义列表用例通过率和描述去掉排序

--bug=1017383 --user=王孝刚 【接口测试】接口定义列表,按照用例通过率排序,排序结果不对
https://www.tapd.cn/55049933/s/1254180
This commit is contained in:
wxg0103 2022-09-29 09:59:11 +08:00 committed by wxg0103
parent 6dc0c1ce81
commit 362185e9aa
1 changed files with 0 additions and 2 deletions

View File

@ -187,7 +187,6 @@
prop="casePassingRate"
:field="item"
min-width="120px"
sortable
:fields-width="fieldsWidth"
:label="$t('api_test.definition.api_case_passing_rate')"/>
@ -195,7 +194,6 @@
prop="description"
:field="item"
min-width="120px"
sortable
:fields-width="fieldsWidth"
:label="$t('commons.description')"/>
</span>