fix(用例评审): 关联用例页面评审结果筛选无效

This commit is contained in:
shiziyuan9527 2021-06-21 11:22:53 +08:00 committed by 刘瑞斌
parent f320c296cc
commit ab9d698b66
2 changed files with 2 additions and 2 deletions

View File

@ -301,7 +301,7 @@
#{value}
</foreach>
</when>
<when test="key=='reviewStatus'">
<when test="key=='review_status'">
and test_case.review_status in
<foreach collection="values" item="value" separator="," open="(" close=")">
#{value}

View File

@ -67,7 +67,7 @@
<el-table-column
:filters="statusFilters"
column-key="status"
column-key="reviewStatus"
:label="$t('test_track.case.status')"
show-overflow-tooltip>
<template v-slot:default="scope">