fix(用例评审): 评审结果筛选问题
This commit is contained in:
parent
a54e83fdd5
commit
66d7e18d36
|
@ -194,6 +194,12 @@
|
|||
#{value}
|
||||
</foreach>
|
||||
</when>
|
||||
<when test="key=='review_status'">
|
||||
and test_case.review_status in
|
||||
<foreach collection="values" item="value" separator="," open="(" close=")">
|
||||
#{value}
|
||||
</foreach>
|
||||
</when>
|
||||
</choose>
|
||||
</if>
|
||||
</foreach>
|
||||
|
|
|
@ -66,7 +66,6 @@
|
|||
:field="item"
|
||||
:fields-width="fieldsWidth"
|
||||
:filters="typeFilters"
|
||||
sortable="custom"
|
||||
min-width="120px"
|
||||
:label="$t('test_track.case.type')">
|
||||
<template v-slot:default="scope">
|
||||
|
@ -106,8 +105,7 @@
|
|||
prop="reviewStatus"
|
||||
:field="item"
|
||||
:fields-width="fieldsWidth"
|
||||
:filters="typeFilters"
|
||||
sortable="custom"
|
||||
:filters="statusFilters"
|
||||
min-width="120px"
|
||||
:label="$t('test_track.review_view.execute_result')">
|
||||
<template v-slot:default="scope">
|
||||
|
|
Loading…
Reference in New Issue