fix: 测试跟踪-性能测试用例筛选版本问题
This commit is contained in:
parent
c55350f2ec
commit
7c618c4560
|
@ -202,6 +202,12 @@
|
|||
#{value}
|
||||
</foreach>
|
||||
</when>
|
||||
<when test="key=='version_id'">
|
||||
and lt.version_id in
|
||||
<foreach collection="values" item="value" separator="," open="(" close=")">
|
||||
#{value}
|
||||
</foreach>
|
||||
</when>
|
||||
</choose>
|
||||
</if>
|
||||
</foreach>
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
</ms-table-column>
|
||||
<ms-table-column
|
||||
prop="versionId"
|
||||
:field="item"
|
||||
:filters="versionFilters"
|
||||
:fields-width="fieldsWidth"
|
||||
:label="$t('commons.version')"
|
||||
|
|
Loading…
Reference in New Issue