fix(接口定义): 接口定义列表用例通过率和描述去掉排序
--bug=1017383 --user=王孝刚 【接口测试】接口定义列表,按照用例通过率排序,排序结果不对 https://www.tapd.cn/55049933/s/1254180
This commit is contained in:
parent
6dc0c1ce81
commit
362185e9aa
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue