fix: 测试计划-场景测试执行结果筛选失败

This commit is contained in:
chenjianxing 2021-07-06 18:15:55 +08:00 committed by jianxing
parent c2ee3613da
commit babfc6cfd3
2 changed files with 7 additions and 0 deletions

View File

@ -148,6 +148,12 @@
#{value}
</foreach>
</when>
<when test="key == 'last_result'">
and t.last_result in
<foreach collection="values" item="value" separator="," open="(" close=")">
#{value}
</foreach>
</when>
</choose>
</if>
</foreach>

View File

@ -91,6 +91,7 @@
min-width="80px"
show-overflow-tooltip :key="index"/>
<el-table-column v-if="item.id == 'lastResult'" prop="lastResult" min-width="100px"
column-key="lastResult"
:filters="RESULT_FILTERS"
:label="$t('api_test.automation.last_result')" :key="index">
<template v-slot:default="{row}">