fix: 测试跟踪-性能测试用例筛选版本问题

This commit is contained in:
zhangdahai112 2022-01-12 14:41:51 +08:00
parent c55350f2ec
commit 7c618c4560
2 changed files with 7 additions and 0 deletions

View File

@ -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>

View File

@ -47,6 +47,7 @@
</ms-table-column>
<ms-table-column
prop="versionId"
:field="item"
:filters="versionFilters"
:fields-width="fieldsWidth"
:label="$t('commons.version')"