Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
MeterSphere
Commits
5f40ff6c
Commit
5f40ff6c
authored
3 years ago
by
chenjianxing
Browse files
Options
Download
Email Patches
Plain Diff
fix: 测试计划-场景测试执行结果筛选失败
parent
628f7514
pr@v1.10@fix_测试计划-场景测试执行结果筛选失败
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestPlanScenarioCaseMapper.xml
+6
-0
...rsphere/base/mapper/ext/ExtTestPlanScenarioCaseMapper.xml
frontend/src/business/components/track/plan/view/comonents/api/TestPlanApiScenarioList.vue
+1
-0
...track/plan/view/comonents/api/TestPlanApiScenarioList.vue
with
7 additions
and
0 deletions
+7
-0
backend/src/main/java/io/metersphere/base/mapper/ext/ExtTestPlanScenarioCaseMapper.xml
+
6
-
0
View file @
5f40ff6c
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
frontend/src/business/components/track/plan/view/comonents/api/TestPlanApiScenarioList.vue
+
1
-
0
View file @
5f40ff6c
...
...
@@ -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}"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help