Commit 5f40ff6c authored by chenjianxing's avatar chenjianxing
Browse files

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

Showing with 7 additions and 0 deletions
+7 -0
......@@ -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>
......
......@@ -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}">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment