fix: 测试计划-场景测试执行结果筛选失败
This commit is contained in:
parent
c2ee3613da
commit
babfc6cfd3
|
@ -148,6 +148,12 @@
|
||||||
#{value}
|
#{value}
|
||||||
</foreach>
|
</foreach>
|
||||||
</when>
|
</when>
|
||||||
|
<when test="key == 'last_result'">
|
||||||
|
and t.last_result in
|
||||||
|
<foreach collection="values" item="value" separator="," open="(" close=")">
|
||||||
|
#{value}
|
||||||
|
</foreach>
|
||||||
|
</when>
|
||||||
</choose>
|
</choose>
|
||||||
</if>
|
</if>
|
||||||
</foreach>
|
</foreach>
|
||||||
|
|
|
@ -91,6 +91,7 @@
|
||||||
min-width="80px"
|
min-width="80px"
|
||||||
show-overflow-tooltip :key="index"/>
|
show-overflow-tooltip :key="index"/>
|
||||||
<el-table-column v-if="item.id == 'lastResult'" prop="lastResult" min-width="100px"
|
<el-table-column v-if="item.id == 'lastResult'" prop="lastResult" min-width="100px"
|
||||||
|
column-key="lastResult"
|
||||||
:filters="RESULT_FILTERS"
|
:filters="RESULT_FILTERS"
|
||||||
:label="$t('api_test.automation.last_result')" :key="index">
|
:label="$t('api_test.automation.last_result')" :key="index">
|
||||||
<template v-slot:default="{row}">
|
<template v-slot:default="{row}">
|
||||||
|
|
Loading…
Reference in New Issue